forked from LeanKit-Labs/autohost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.53 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "autohost",
"version": "0.2.0-22",
"description": "Resource driven transport agnostic host",
"main": "src/index.js",
"dependencies": {
"body-parser": "^1.5.2",
"cluster-metrics": "0.0.2",
"cookie-parser": "^1.3.2",
"debug": "^1.0.4",
"express": "^4.7.2",
"express-session": "^1.7.2",
"fount": "0.0.4",
"lodash": "^2.4.1",
"multer": "^0.1.3",
"node-uuid": "^1.4.1",
"parseurl": "^1.2.0",
"passport": "^0.2.0",
"postal": "^0.10.1",
"qs": "^1.0.0",
"request": "^2.39.0",
"should": "^4.0.4",
"socket.io": "^1.0.6",
"websocket": "^1.0.8",
"when": "^3.4.2"
},
"devDependencies": {
"autohost-nedb-auth": "~0.1.0",
"autohost-riak-auth": "~0.1.0",
"gulp": "^3.8.6",
"gulp-mocha": "^0.5.2",
"gulp-mocha-phantomjs": "^0.4.0",
"passport-http": "^0.2.2",
"passport-http-bearer": "^1.0.1",
"passport-strategy": "^1.0.0",
"processhost": "^0.1.13",
"should": "^4.0.4",
"socket.io-client": "^1.0.6"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/LeanKit-Labs/autohost"
},
"keywords": [
"http",
"websockets",
"resource",
"transport"
],
"author": "Alex Robson",
"contributors": [ {
"name": "Josh Bush",
"url": "http://digitalbush.com"
} ],
"license": "MIT License - http://opensource.org/licenses/MIT",
"bugs": {
"url": "https://github.com/LeanKit-Labs/autohost/issues"
},
"homepage": "https://github.com/LeanKit-Labs/autohost"
}