-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
43
44
{
"name": "ng-cube",
"version": "2.0.3",
"description": "",
"main": "server.js",
"engines" : {
"node" : "^0.11.14",
"npm" : "~2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "gulp --production"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.9.0",
"browser-sync": "^1.6.5",
"del": "^0.1.3",
"express": "^4.9.8",
"express-generator": "^4.9.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "^0.2.4",
"gulp-cached": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.11",
"gulp-modernizr": "0.0.0",
"gulp-notify": "^2.0.1",
"gulp-remember": "^0.2.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"node-sass":"1.0.3",
"gulp-sass":"1.2.3",
"mongodb": "^1.4.19",
"mongoose": "^3.8.17",
"serve-favicon": "^2.1.6",
"yargs": "^1.3.2"
}
}