-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
40 lines (40 loc) · 880 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
35
36
37
38
39
40
{
"name": "portal-client",
"version": "1.1.1",
"homepage": "http://flowersinthesand.github.io/portal/",
"description": "Portal client for Node.js",
"main": "portal.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/flowersinthesand/portal.git"
},
"keywords": [
"realtime",
"websocket",
"http",
"comet",
"streaming",
"longpolling"
],
"author": {
"name": "Donghwan Kim",
"email": "[email protected]"
},
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/flowersinthesand/portal/issues"
},
"dependencies": {
"jsdom": "0.8.10",
"ws": "0.4.31",
"eventsource": "0.0.10"
},
"devDependencies": {
"qunit": "0.5.18",
"send": "0.1.4",
"node-uuid": "1.4.1"
}
}