-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.16 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
45
46
47
{
"name": "super-mesh",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp"
},
"dependencies": {
"aws-sdk": "^2.2.4",
"bluebird": "^2.10.1",
"body-parser": "~1.13.2",
"chalk": "^1.1.1",
"connect-mongo": "^0.8.2",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.11.3",
"firebase": "^2.2.9",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-jshint": "^1.11.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-nodemon": "^2.0.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"jade": "^1.11.0",
"mongodb": "^2.0.45",
"mongoose": "^4.1.10",
"morgan": "~1.6.1",
"ng-file-upload": "^8.0.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"run-sequence": "^1.1.3",
"serve-favicon": "^2.3.0",
"shortid": "^2.2.2",
"socket.io": "^1.3.7"
}
}