-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "ddp",
"version": "0.12.1",
"description": "Node.js module to connect to servers using DDP protocol.",
"author": "Tom Coleman <[email protected]> (http://tom.thesnail.org)",
"contributors": [
"Thomas Sarlandie <[email protected]> (http://www.sarfata.org)",
"Mason Gravitt <[email protected]>",
"Mike Bannister <[email protected]> (http://po.ssibiliti.es)",
"Chris Mather <[email protected]> (http://eventedmind.com)",
"Tarang Patel",
"Vaughn Iverson <[email protected]>",
"Rony Kubat <[email protected]>"
],
"license": "MIT",
"main": "lib/ddp-client",
"keywords": [
"ddp",
"meteor",
"protocol"
],
"repository": {
"type": "git",
"url": "https://github.com/oortcloud/node-ddp-client.git"
},
"dependencies": {
"ddp-underscore-patched": "0.8.1-2",
"ddp-ejson": "0.8.1-3",
"faye-websocket": "0.11.0",
"request": "2.74.x"
},
"devDependencies": {
"mocha": "~3.0.2",
"sinon": "~1.17.5",
"rewire": "~2.5.2"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"engines": {
"node": "*"
},
"bugs": "https://github.com/oortcloud/node-ddp-client/issues"
}