forked from bgrainger/leeroy-pull-request-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "leeroy-pull-request-builder",
"version": "0.8.0",
"description": "Builds pull requests for Leeroy-based builds.",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgrainger/leeroy-pull-request-builder.git"
},
"keywords": [
"leeroy",
"github",
"pull-request"
],
"author": "Bradley Grainger <bgrainger@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bgrainger/leeroy-pull-request-builder/issues"
},
"homepage": "https://github.com/bgrainger/leeroy-pull-request-builder#readme",
"dependencies": {
"body-parser": "^1.13.3",
"bunyan": "^1.5.1",
"express": "^4.13.3",
"octokat": "^0.4.11",
"rx": "^3.1.2",
"superagent": "^1.3.0",
"superagent-promise": "^1.0.3"
},
"devDependencies": {
"babel-runtime": "^5.8.24",
"eslint": "^1.4.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-batch": "^1.0.5",
"gulp-eslint": "^1.0.0",
"gulp-watch": "^4.3.5"
}
}