forked from shri3k/kaha
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "kaha",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build-dev": "gulp dev",
"build-dist": "gulp",
"build-dev-watch": "npm run build-dev & npm run start",
"prod": "npm run build-dist && NODE_ENV=prod node ./bin/www"
},
"dependencies": {
"body-parser": "~1.10.2",
"compression": "^1.4.3",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.11.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-minify-css": "^1.1.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-webpack": "^1.4.0",
"hbs": "~2.8.0",
"morgan": "~1.5.1",
"ng-annotate-webpack-plugin": "^0.1.2",
"node-uuid": "^1.4.3",
"object-hash": "^0.5.0",
"raw-loader": "^0.5.1",
"redis": "*",
"run-sequence": "^1.1.0",
"serve-favicon": "~2.2.0",
"uglify-loader": "^1.2.0",
"underscore": "^1.8.3",
"underscore.deep": "^0.5.1",
"webpack": "^1.8.11"
}
}