-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "express-hbs-seed",
"version": "1.0.0",
"description": "A starter project for building with Express and Handlebars.",
"main": "index.js",
"author": "Collectif",
"repository": "collectifco/express-hbs-seed",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"morgan": "^1.7.0",
"node-uuid": "^1.4.7",
"redis": "^2.6.0-2",
"request": "^2.72.0"
},
"devDependencies": {
"browser-sync": "^2.12.8",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-nodemon": "^2.0.7",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"node-neat": "^1.7.2"
}
}