-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 851 Bytes
/
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
{
"name": "clonetrooper",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "4.3.x",
"npm": "3.5.3"
},
"dependencies": {
"body-parser": "~1.12.0",
"config": "^1.21.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"ftp-deploy": "^1.1.0",
"hbs": "~2.9.0",
"kue": "^0.11.1",
"lodash": "^4.16.2",
"morgan": "~1.5.1",
"nodegit": "^0.16.0",
"rmdir": "^1.2.0",
"serve-favicon": "~2.2.0"
},
"devDependencies": {
"eslint": "^3.6.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
}
}