-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
87 lines (87 loc) · 1.99 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "autohost",
"version": "0.5.7",
"description": "Resource driven, transport agnostic host",
"main": "src/index.js",
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"fount": "~0.1.0",
"lodash": "^3.10.1",
"metronic": "~0.2.2",
"multer": "^1.1.0",
"node-uuid": "~1.4.3",
"parseurl": "~1.3.0",
"passport": "^0.3.2",
"postal": "~1.0.2",
"query-string": "^3.0.0",
"request": "^2.67.0",
"socket.io": "~1.3.5",
"websocket": "~1.0.18",
"when": "~3.7.2",
"whistlepunk": "^0.3.2"
},
"devDependencies": {
"biggulp": "^0.3.0",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"connect-redis": "^3.0.1",
"debug": "^2.1.3",
"gulp": "^3.8.6",
"hyped": "^0.5.1",
"open": "0.0.5",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-strategy": "^1.0.0",
"proxyquire": "^1.4.0",
"redis": "^2.4.2",
"sinon": "^1.14.1",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.7.0",
"socket.io-client": "~1.3.5"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/LeanKit-Labs/autohost"
},
"keywords": [
"http",
"websockets",
"resource",
"transport"
],
"author": "Alex Robson",
"contributors": [
{
"name": "Doug Neiner",
"email": "[email protected]",
"url": "http://code.dougneiner.com"
},
{
"name": "Jim Cowart",
"email": "[email protected]",
"url": "http://ifandelse.com"
},
{
"name": "Ryan Niemeyer",
"url": "http://knockmeout.net"
},
{
"name": "Josh Bush",
"url": "http://digitalbush.com"
}
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LeanKit-Labs/autohost/issues"
},
"homepage": "https://github.com/LeanKit-Labs/autohost"
}