forked from oortcloud/node-ddp-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 KB
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 <tom@thesnail.org> (http://tom.thesnail.org)",
"contributors": [
"Thomas Sarlandie <thomas@sarlandie.net> (http://www.sarfata.org)",
"Mason Gravitt <emgee@gravitronic.com>",
"Mike Bannister <notimpossiblemike@gmail.com> (http://po.ssibiliti.es)",
"Chris Mather <mather.chris@gmail.com> (http://eventedmind.com)",
"Tarang Patel",
"Vaughn Iverson <vsivsi@yahoo.com>",
"Rony Kubat <rony@kubat.org>"
],
"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"
}