-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "pr.js",
"version": "0.1.1",
"description": "Simple validation for pull request workflows",
"main": "index.js",
"scripts": {},
"author": {
"name": "Radify, Inc.",
"email": "[email protected]",
"url": "http://radify.io"
},
"contributors": [
{
"name": "Nate Abele",
"email": "[email protected]",
"url": "http://radify.io"
},
{
"name": "Andrew Canham",
"email": "[email protected]",
"url": "http://radify.io"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/radify/PR.js"
},
"license": "BSD-3-Clause",
"keywords": [
"github",
"pullrequest",
"validation",
"git"
],
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-uglify": "^1.2.0"
},
"bugs": {
"url": "https://github.com/radify/PR.js/issues"
},
"homepage": "https://github.com/radify/PR.js",
"jspm": {
"directories": {
"baseURL": "src"
},
"dependencies": {
"angular": "npm:angular@^1.4.0-rc.2",
"angular-ui-router": "npm:angular-ui-router@^0.2.15",
"marked": "npm:marked@^0.3.3",
"ramda": "npm:ramda@^0.14.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.1.0"
}
}
}