-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 978 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
39
40
{
"name": "nuke",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.3",
"mime": "^2.3.1",
"moment": "^2.22.2",
"moment-range": "^4.0.1",
"mongoose": "^5.0.18",
"msg91": "^0.0.6",
"multer": "^1.3.0",
"npm": "^6.1.0",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"async": "^2.6.0",
"del": "^3.0.0",
"eslint": "^4.19.1",
"gulp": "^3.9.1",
"gulp-pug": "^4.0.1",
"gulp-replace": "^1.0.0",
"nodemon": "^1.17.4",
"yarn": "^1.12.1"
},
"scripts": {
"start": "node index.js",
"debug": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}