-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 843 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 843 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
36
{
"name": "THE_Project",
"description": "",
"main": "server.js",
"engines": {
"node": "5.5.0"
},
"scripts": {
"test": "mocha test",
"start": "http-server -a localhost -p 8080 -c-1",
"starter": "node server",
"postinstall": "gulp compile"
},
"dependencies": {
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-live-server": "0.0.29",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"knockout": "^3.4.0",
"mongodb": "^2.1.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.5.0",
"css-loader": "^0.23.1",
"html-loader": "^0.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}