-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 811 Bytes
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
{
"name": "LoungeWeb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "npm install && node app"
},
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-react-views": "^0.8.2",
"express-session": "^1.11.3",
"jsonwebtoken": "^5.4.1",
"moment": "^2.10.6",
"mongoose": "^4.1.11",
"morgan": "^1.6.1",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"react": "^0.13.3",
"serve-favicon": "^2.3.0",
"stripe": "^4.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0-beta"
}
}