forked from movableink/doorman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 851 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
{
"name": "doorman-proxy",
"version": "0.2.0",
"description": "Provides an authentication/authorization layer in front of other http/websocket services",
"keywords": [
"oauth",
"proxy",
"doorman"
],
"homepage": "https://github.com/movableink/doorman",
"author": "Michael Nutt ([email protected])",
"repository": {
"type": "git",
"url": "http://github.com/movableink/doorman.git"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "1.8.0",
"cookie-session": "1.0.2",
"everyauth": "0.4.6",
"express": "4.8.8",
"http-proxy": "1.3.0",
"jade": "1.6.0",
"winston": "0.5.9"
},
"bugs": {
"url": "https://github.com/movableink/doorman/issues"
},
"main": "app.js",
"devDependencies": {},
"license": "MIT"
}