forked from devleague/express-gallery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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": "express-gallery",
"version": "1.0.0",
"description": "Express Gallery ===============",
"main": "server.js",
"scripts": {
"test": "mocha -R nyan",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpaceToastCoastToCoast/express-gallery.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpaceToastCoastToCoast/express-gallery/issues"
},
"homepage": "https://github.com/SpaceToastCoastToCoast/express-gallery#readme",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"browser-sync": "^2.17.5",
"connect-flash": "^0.1.1",
"connect-redis": "^3.1.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-sass": "^2.3.2",
"mocha": "^3.1.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"pug": "^2.0.0-beta6",
"redis-server": "0.0.3",
"sass": "^0.5.0",
"sequelize": "^3.24.4",
"sequelize-cli": "^2.4.0",
"supertest": "^2.0.1"
},
"devDependencies": {
"gulp-nodemon": "^2.2.1"
}
}