-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 848 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 848 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
{
"name": "zerorpc",
"version": "0.9.8",
"main": "./index.js",
"author": "François-Xavier Bourlet <bombela+zerorpc@gmail.com>",
"description": "A port of ZeroRPC to node.js",
"contributors": [
{
"name": "Francois-Xavier Bourlet",
"email": "bombela@gmail.com"
},
{
"name": "Yusuf Simonson",
"email": "simonson@gmail.com"
}
],
"scripts": {
"test": "./node_modules/.bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "https://github.com/0rpc/zerorpc-node"
},
"keywords": [
"zerorpc",
"rpc",
"distributed",
"communication"
],
"dependencies": {
"msgpack-lite": "^0.1.26",
"underscore": "1.3.3",
"uuid": "^3.0.0",
"zeromq": "^4.6.0"
},
"devDependencies": {
"nodeunit": "0.9.1",
"temp": "0.8.1"
},
"license": "MIT"
}