forked from 0rpc/zerorpc-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (37 loc) · 882 Bytes
/
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
{
"name": "zerorpc",
"version": "0.9.3",
"main": "./index.js",
"author": "dotCloud <opensource@dotcloud.com>",
"description": "A port of ZeroRPC to node.js",
"contributors": [{
"name": "Francois-Xavier Bourlet",
"email": "fx@dotcloud.com"
},{
"name": "Yusuf Simonson",
"email": "yusuf@dotcloud.com"
}],
"scripts": {
"test": "./node_modules/.bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "https://github.com/dotcloud/zerorpc-node"
},
"keywords": [
"zerorpc",
"rpc",
"distributed",
"communication"
],
"dependencies": {
"underscore": "1.3.3",
"msgpack": "0.1.8",
"node-uuid": "1.3.3",
"zmq": "2.x"
},
"devDependencies": {
"nodeunit": "0.7.4"
},
"license": "MIT"
}