-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1 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
45
46
47
48
{
"name": "zmq-omdp",
"version": "0.0.92",
"private": false,
"description": "ZMQ-OMDP : ZeroMQ Obsessive Majordomo Protocol - reliable and extensible service-oriented request-reply for NodeJS",
"author": "prdn <paolo.ardoino@gmail.com> (http://ardoino.com/)",
"keywords": [
"nodejs",
"zmq",
"zeromq",
"0mq",
"omdp",
"request-reply",
"amqp",
"mdp",
"micro-services"
],
"dependencies": {
"debug": "~2.0.0",
"readable-stream": "~1.0.32",
"shortid": "~2.0.1",
"zmq": "~2.8.0"
},
"engine": {
"node": ">=0.10"
},
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"devDependencies": {
"chai": "~1.9.2",
"mocha": "~1.21.4"
},
"scripts": {
"test": "make test"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/prdn/zmq-omdp.git"
},
"bugs": {
"url": "https://github.com/prdn/zmq-omdp/issues"
},
"homepage": "https://github.com/prdn/zmq-omdp"
}