-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 925 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
35
36
37
38
{
"name": "starter",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pm2-docker server.js",
"dev": "grunt",
"test": "grunt test"
},
"dependencies": {
"body-parser": "~1.16.1",
"bunyan": "^1.8.5",
"cors": "^2.8.1",
"debug": "~2.6.1",
"dotenv": "^4.0.0",
"express": "~4.14.1",
"path": "^0.12.7",
"uuid": "^3.0.1"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-google": "^0.7.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-node": "^4.1.0",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-standard": "^2.0.1",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-mocha-test": "^0.13.2",
"grunt-nodemon": "^0.4.2",
"mocha": "^3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0"
}
}