-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "joel-ci",
"version": "0.0.1",
"scripts": {
"start": "node app.js",
"test": "gulp",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/joskraps/joel-ci.git"
},
"bugs": {
"url": "https://github.com/joskraps/joel-ci/issues"
},
"homepage": "https://github.com/joskraps/joel-ci#readme",
"author": "Joel Sparks",
"license": "apache-2.0",
"dependencies": {
"bluebird": "^3.4.7",
"child_process": "^1.0.2",
"fs-extra": "^1.0.0",
"githubhook": "^1.7.1",
"gulp": "^3.9.1",
"node-router": "^0.1.5",
"nodegit": "^0.16.0",
"promisify": "0.0.3",
"querystring": "^0.2.0",
"request": "^2.79.0",
"typescript": "^2.1.4",
"walk": "^2.3.9",
"winston": "^2.3.0"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"tslint": "^4.2.0"
}
}