-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 784 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 784 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
42
43
44
{
"author": "Simon Adams",
"name": "socket.io-queue",
"description": "Message queue for socket-io.",
"version": "0.0.1",
"keywords": [
"realtime",
"queue",
"message",
"ack",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"repository": {
"type": "git",
"url": "git://github.com/slyadams/socket.io-queue"
},
"scripts": {
"test": "jasmine-node spec/webservice.spec.js"
},
"repository": {
"url": ""
},
"dependencies": {
"socket.io": ">=1.2.1",
"socket.io-client": ">=1.2.1",
"debug": "0.7.4"
},
"devDependencies": {
"jasmine-node": ">=1.14.5"
},
"contributors": [
{
"name": "Simon Adams",
"email": "simonadams@gmail.com"
}
],
"engines": {
"node": "*"
}
}