-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 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": "04-nodejs",
"version": "1.0.0",
"main": "./bin/www",
"scripts": {
"start": "cross-env NODE_ENV=production npm run build && node ./bin/www",
"dev": "cross-env NODE_ENV=development DEBUG=04-nodejs:* gulp dev",
"build": "gulp build",
"test": "mocha ./**/*.test.js",
"test:hermione": "hermione ./hermione",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/deilan-shri-msk-2018/04-nodejs.git"
},
"author": "deilan",
"license": "MIT",
"dependencies": {
"cross-env": "^5.1.4",
"debug": "3.1.0",
"eslint": "4.19.1",
"express": "4.16.3",
"express-blank-favicon": "1.0.1",
"hbs": "4.0.1",
"http-errors": "1.6.3",
"morgan": "1.9.0",
"nconf": "0.10.0",
"url-join": "4.0.0"
},
"devDependencies": {
"chai": "4.1.2",
"gulp": "4.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-nodemon": "^2.2.1",
"gulp-uglify": "^3.0.0",
"hermione": "0.65.2",
"mocha": "5.1.1",
"nodemon": "1.17.3",
"selenium-standalone": "6.14.0"
}
}