-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 856 Bytes
/
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
{
"name": "auth0-nodejs-account-link-sample",
"version": "1.0.0",
"description": "Auth0 + NodeJS regular web application with opt-in account linking between Social and DB Connections",
"repository": "https://github.com/auth0-samples/auth0-nodejs-account-link-sample.git",
"author": "Auth0",
"license": "MIT",
"scripts": {
"start": "node ./bin/www",
"inspect": "inspect --debug-brk ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"dotenv": "^1.2.0",
"express": "~4.13.1",
"express-session": "^1.11.3",
"jade": "~1.11.0",
"lodash": "^4.17.4",
"morgan": "~1.6.1",
"passport": "^0.3.0",
"passport-auth0": "^0.5.0",
"q": "^1.4.1",
"request": "^2.79.0",
"serve-favicon": "~2.3.0"
}
}