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{
"name": "heavy-oauth",
"version": "1.0.0",
"description": "Heavy oauth server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hshoff/heavy-oauth.git"
},
"author": "@hshoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/hshoff/heavy-oauth/issues"
},
"homepage": "https://github.com/hshoff/heavy-oauth#readme",
"dependencies": {
"express": "^4.13.1",
"passport": "^0.2.2",
"passport-slack": "0.0.3"
}
}