-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "photon-ai",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"async": "^2.0.0-rc.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"express": "~4.13.1",
"express-session": "^1.13.0",
"faker": "^3.1.0",
"jade": "~1.11.0",
"jquery": "^2.2.2",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-local": "^1.0.0",
"pg": "^4.5.1",
"pg-hstore": "^2.3.2",
"raccoon": "^0.2.3",
"redis": "^2.5.2",
"redis-server": "0.0.1",
"request": "^2.69.0",
"sequelize": "^3.19.3",
"serve-favicon": "~2.3.0",
"split": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"bourbon": "^4.2.6",
"bourbon-neat": "^1.7.4",
"connect": "^3.4.1",
"node-sass": "^3.4.2",
"nodemon": "^1.9.1",
"serve-static": "^1.10.2"
}
}