-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 852 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 852 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": "oauth2_server",
"version": "0.0.1",
"description": "Oauth 2 Server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "~1.9.0",
"cookie-parser": "~1.3.3",
"cors": "~2.5.0",
"express": "~4.9.8",
"express-session": "~1.9.0",
"ejs": "~1.0.0",
"errorhandler": "~1.2.0",
"mongoose": "~3.8.17",
"morgan":"~1.4.0",
"oauth2orize": "~1.0.1",
"passport": "~0.2.1",
"passport-local": "~1.0.0",
"passport-local-mongoose" : "~1.0.0",
"passport-http": "~0.2.2",
"passport-http-bearer": "~1.0.1",
"passport-oauth2-client-password": "~0.1.2",
"connect-ensure-login": "~0.1.1"
},
"devDependencies": {
"mocha": "~1.21.5",
"chai": "~1.9.1"
},
"author": "jishnu",
"license": "MIT"
}