forked from JustinTulloss/zeromq.node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 950 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 950 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
{
"name": "zmq",
"version": "2.0.2",
"description": "Bindings for node.js to zeromq",
"main": "index",
"repository": {
"type" : "git",
"url" : "http://github.com/JustinTulloss/zeromq.node.git"
},
"devDependencies": {
"should": "*",
"batch": "*",
"jade": "*",
"dox": "*"
},
"engines": {
"node": ">=0.3.0 < 0.7.0"
},
"contributors": [
"Justin Tulloss <justin.tulloss@gmail.com> (http://justin.harmonize.fm)",
"Stéphan Kochen <stephan@kochen.nl> (http://stephan.kochen.nl/)",
"Mike Castleman <m@mlcastle.net> (http://mlcastle.net/)",
"Matt Crocker",
"Jeremy Barnes <jeremy@barneso.com> (http://www.barneso.com/)",
"Rick <technoweenie@gmail.com> (http://techno-weenie.net/)",
"Corey Jewett (http://syntheticplayground.com/)",
"Micheil Smith <micheil@brandedcode.com> (http://brandedcode.com/)",
"TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com/)"
]
}