-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
37 lines (37 loc) · 958 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
37
{
"name": "oneauth",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "http://github.com/coding-blocks/oneauth"
},
"author": "Arnav Gupta, Coding Blocks",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"connect-ensure-login": "^0.1.1",
"express": "^4.15.2",
"express-hbs": "^1.0.4",
"express-session": "^1.15.1",
"hbs": "^4.0.1",
"oauth2orize": "^1.8.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"passport-twitter-email": "^1.0.3",
"pg": "^6.1.3",
"pg-hstore": "^2.3.2",
"sequelize": "^3.30.2",
"uid2": "^0.0.3"
}
}