forked from PencilCode/dynamic.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 867 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 867 Bytes
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
{
"name": "dynamic.io",
"version": "0.0.3",
"description": "socket.io server subclass for dynamic hosts and namespaces",
"keywords": [
"dynamic",
"virtual",
"host",
"namespace",
"realtime",
"socket",
"io"
],
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --slow 200ms --bail"
},
"repository": {
"type": "git",
"url": "git://github.com/PencilCode/dynamic.io"
},
"dependencies": {
"socket.io": "~1.2.0",
"socket.io-parser": "~2.2.2",
"socket.io-adapter": "~0.3.1",
"debug": "~0.7.4"
},
"devDependencies": {
"mocha": "1.16.2",
"expect.js": "0.3.1",
"socket.io-client": "1.2.0",
"supertest": "0.8.2",
"superagent": "0.17.0",
"istanbul": "0.2.3"
},
"contributors": [
{
"name": "David Bau",
"email": "david.bau@gmail.com"
}
]
}