forked from trolleycrash/socketgd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 841 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
{
"name": "socketgd",
"version": "1.0.12",
"description": "Guaranteed delivery for socket.io",
"author": "Capriza Inc. <backend@capriza.com>",
"maintainers": [
"Nadav Fischer <nadav.fischer@capriza.com>",
"Yuval Carmel <yuval.carmel@capriza.com>"
],
"homepage": "http://github.com/capriza/socketgd",
"repository": {
"type": "git",
"url": "http://github.com/capriza/socketgd.git"
},
"bugs": {
"url": "https://github.com/capriza/socketgd/issues"
},
"keywords": [
"gd",
"socket.io",
"guaranteed",
"reliable",
"delivery"
],
"devDependencies": {
"should": "4.0.4",
"mocha": "1.21.4",
"socket.io": "1.1.0",
"socket.io-client": "1.1.0"
},
"browser": "./socketgd.js",
"main": "socketgd.js",
"license": "MIT",
"scripts": {
"test": "mocha test.js"
}
}