forked from JustinTulloss/zeromq.node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 935 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
{
"name": "zmq",
"version": "2.0.0",
"description": "Bindings for node.js to zeromq",
"main": "index",
"repository": {
"type" : "git",
"url" : "http://github.com/JustinTulloss/zeromq.node.git"
},
"devDependencies": {
"should": "*"
, "jade": "*"
, "dox": "*"
},
"engines": {
"node": ">=0.3.0 <0.7.0"
},
"contributors": [
"Justin Tulloss <[email protected]> (http://justin.harmonize.fm)",
"Stéphan Kochen <[email protected]> (http://stephan.kochen.nl/)",
"Mike Castleman <[email protected]> (http://mlcastle.net/)",
"Matt Crocker",
"Jeremy Barnes <[email protected]> (http://www.barneso.com/)",
"Rick <[email protected]> (http://techno-weenie.net/)",
"Corey Jewett (http://syntheticplayground.com/)",
"Micheil Smith <[email protected]> (http://brandedcode.com/)",
"TJ Holowaychuk <[email protected]> (http://tjholowaychuk.com/)"
]
}