-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
36 lines (36 loc) · 925 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
30
31
32
33
34
35
36
{
"name": "oauth2orize-examples",
"version": "0.2.0",
"repository": "https://github.com/gerges-beshay/oauth2orize-examples.git",
"license": "MIT",
"contributors": [
{
"name": "PoziWorld",
"url": "https://github.com/PoziWorld"
}
],
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@poziworld/oauth2orize": "^1.11.1",
"body-parser": "^1.17.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"errorhandler": "^1.5.0",
"express": "^4.15.2",
"express-session": "^1.15.2",
"oauth2orize": "^1.8.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0"
}
}