11{
2- "name" : " ddp" ,
3- "version" : " 0.3.4" ,
4- "description" : " Node.js module to connect to servers using DDP protocol." ,
5- "author" :
" Tom Coleman <[email protected] > (http://tom.thesnail.org), Mike Bannister <[email protected] > (http://po.ssibiliti.es)" ,
6- "main" : " lib/ddp-client" ,
7- "keywords" : [" ddp" , " meteor" , " protocol" ],
8- "repository" : {
9- "type" : " git" ,
10- "url" : " https://github.com/oortcloud/node-ddp-client.git"
11- },
12- "dependencies" : {
13- "ws" : " >=0.4.23" ,
14- "underscore" : " >=1.3.3" ,
15- "meteor-ejson" : " >=0.6.3"
16- },
17- "devDependencies" : {
18- "mocha" : " 1.9.x" ,
19- "sinon" : " 1.7.x" ,
20- "rewire" : " 1.1.x"
21- },
22- "scripts" : {
23- "test" : " ./node_modules/mocha/bin/mocha test"
24- },
25- "engines" : { "node" : " *" }
26- }
2+ "name" : " ddp" ,
3+ "version" : " 0.3.4" ,
4+ "description" : " Node.js module to connect to servers using DDP protocol." ,
5+ "author" :
" Tom Coleman <[email protected] > (http://tom.thesnail.org)" ,
6+ "contributors" : [
7+ " Thomas Sarlandie <[email protected] > (http://www.sarfata.org)" ,
8+ " Mason Gravitt <[email protected] >" ,
9+ " Mike Bannister <[email protected] > (http://po.ssibiliti.es)" ,
10+ " Chris Mather <[email protected] > (http://eventedmind.com)" 11+ ],
12+ "main" : " lib/ddp-client" ,
13+ "keywords" : [
14+ " ddp" ,
15+ " meteor" ,
16+ " protocol"
17+ ],
18+ "repository" : {
19+ "type" : " git" ,
20+ "url" : " https://github.com/oortcloud/node-ddp-client.git"
21+ },
22+ "dependencies" : {
23+ "ws" : " >=0.4.23" ,
24+ "underscore" : " >=1.3.3" ,
25+ "meteor-ejson" : " >=0.6.3"
26+ },
27+ "devDependencies" : {
28+ "mocha" : " 1.9.x" ,
29+ "sinon" : " 1.7.x" ,
30+ "rewire" : " 1.1.x" ,
31+ "meteor-ejson" : " >=0.6.3"
32+ },
33+ "scripts" : {
34+ "test" : " ./node_modules/mocha/bin/mocha test"
35+ },
36+ "engines" : {
37+ "node" : " *"
38+ },
39+ "bugs" : " https://github.com/oortcloud/node-ddp-client/issues"
40+ }
0 commit comments