-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 799 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 799 Bytes
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
{
"name": "project-boilerplate-v3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node ./server/server.js",
"test": "mocha ./test"
},
"author": "Christian Hensen",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.13",
"chai": "^4.1.1",
"chai-http": "^3.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babili": "^0.1.4",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.2",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-newer": "^1.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"i": "^0.3.5",
"mocha": "^3.5.0",
"pump": "^1.0.2"
},
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.4",
"uuid": "^3.1.0"
}
}