-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
48
49
50
51
52
53
54
55
{
"name": "stereo.glass",
"main": "server.js",
"version": "1.9.11",
"dependencies": {
"async": "^1.4.2",
"babel": "^5.8.21",
"babel-runtime": "^5.8.25",
"bluebird": "~2.9.34",
"body-parser": "~1.12.0",
"connect-mongo": "~0.8.0",
"cookie-parser": "~1.3.0",
"easyimage": "~2.0.3",
"express": "~4.12.0",
"express-favicon": "~1.0.0",
"express-mailer": "~0.3.0",
"express-session": "~1.11.0",
"jade": "~1.9.0",
"lodash": "~3.9.3",
"method-override": "~2.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"mongoose": "~4.0.0",
"morgan": "~1.6.0",
"multer": "^1.0.5",
"mv": "~2.1.1",
"passport": "~0.2.0",
"passport-facebook": "~2.0.0",
"passport-local": "~1.0.0",
"passport-local-mongoose": "~1.0.0",
"passport-twitter": "~1.0.0",
"serve-favicon": "^2.3.0",
"wrench": "^1.5.8"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-babel": "~5.2.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "~2.6.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-git": "^1.4.0",
"gulp-if": "~1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "~2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.2.0",
"jasmine-core": "~2.3.4",
"karma": "~0.13.8",
"karma-jasmine": "~0.3.6"
}
}