This repository was archived by the owner on May 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.15 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.15 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "express-starter-app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "istanbul cover _mocha",
"setup": "node ./bin/setup.js",
"user": "node ./bin/adduser.js"
},
"dependencies": {
"assert": "^1.4.1",
"async": "^2.3.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "~1.17.1",
"chalk": "^1.1.3",
"connect": "^3.6.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"ejs": "~2.5.6",
"envfile": "^2.1.1",
"errorhandler": "^1.5.0",
"express": "~4.15.2",
"express-flash": "^0.0.2",
"express-messages": "^1.0.1",
"express-session": "^1.15.2",
"express-validator": "^3.2.0",
"fs-extra": "^2.1.2",
"grunt": "^1.0.1",
"helmet": "^3.5.0",
"inquirer": "^3.0.6",
"jade": "^1.11.0",
"lodash": "^4.17.4",
"method-override": "^2.3.8",
"moment": "^2.18.1",
"mongoose": "4.4.19",
"mongoose-utilities": "^0.1.1",
"morgan": "~1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.81.0",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-csslint": "^1.0.0",
"gulp-csso": "^3.0.0",
"gulp-header": "^1.8.8",
"gulp-imagemin": "^3.2.0",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"gulp-open": "^2.0.0",
"gulp-refresh": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-task-list": "^0.0.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^5.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.3.0",
"run-sequence": "^1.2.2",
"supertest": "^3.0.0",
"terminus": "^1.1.0"
}
}