-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "auth0-node-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"postinstall": "node_modules/.bin/bower install",
"test": "node_modules/.bin/mocha"
},
"dependencies": {
"bluebird": "^2.9.25",
"body-parser": "~1.8.1",
"bower": "^1.4.1",
"cheerio": "^0.19.0",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"express-flash": "git://github.com/RGBboy/express-flash.git",
"express-session": "^1.11.1",
"hbs": "~2.7.0",
"install": "^0.1.8",
"lodash": "^3.7.0",
"mongoose": "^4.0.1",
"morgan": "~1.3.0",
"npm": "^2.8.3",
"passport": "^0.2.1",
"passport-auth0": "^0.2.1",
"passport.socketio": "3.5.1",
"request": "^2.55.0",
"sendgrid": "^1.8.0",
"serve-favicon": "~2.1.3",
"socket.io": "^1.3.5"
},
"devDependencies": {
"chai": "^2.2.0",
"dotenv": "^1.1.0",
"mocha": "^2.2.4",
"supertest": "^0.15.0",
"supertest-session": "0.0.7"
}
}