-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "angular-spa-seo-project",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "node -r dotenv/config --inspect server.js",
"server": "sudo ./node_modules/gulp/bin/gulp.js"
},
"keywords": [
"angular",
"requirejs",
"expressjs",
"zombiejs",
"angluar single page application",
"SPA SEO",
"angular requirejs SPA project",
"expressjs seed project",
"nodejs, expressJS, mongoDB, mongooseJS, angularJS, requireJS",
"hello.js social login",
"google cloud CDN"
],
"dependencies": {
"async": "2.1.4",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.15.2",
"buffer-to-vinyl": "1.1.0",
"cloud-storage": "0.1.3",
"compression": "1.6.2",
"concat-stream": "1.5.2",
"connect": "3.5.0",
"connect-busboy": "0.0.2",
"connect-mongo": "1.3.2",
"connect-mongodb": "1.1.5",
"cookie-parser": "1.4.3",
"csso": "2.3.0",
"dotenv": "^2.0.0",
"ejs": "2.5.2",
"express": "4.14.0",
"express-device": "0.4.2",
"express-mongoose": "0.1.0",
"express-session": "1.14.2",
"express-validator": "2.21.0",
"fs-extra": "1.0.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-livereload": "3.8.1",
"gulp-minify-css": "1.2.4",
"gulp-shell": "0.5.2",
"imagemin-jpeg-recompress": "5.1.0",
"mandrill-api": "1.0.45",
"method-override": "2.3.7",
"mongoose": "4.6.8",
"mongoose-validator": "1.2.5",
"morgan": "1.7.0",
"newrelic": "1.34.0",
"optional": "0.1.3",
"stream-combiner2": "1.1.1",
"through2": "2.0.1",
"validator": "6.1.0",
"vinyl-fs": "2.4.4",
"winston": "2.3.0",
"winston-daily-rotate-file": "^1.3.1",
"zombie": "5.0.5"
},
"devDependencies": {
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.4"
}
}