forked from JustinTulloss/zeromq.node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.05 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "zmq",
"version": "2.7.0",
"description": "Bindings for node.js to zeromq",
"main": "index",
"repository": {
"type": "git",
"url": "http://github.com/JustinTulloss/zeromq.node.git"
},
"dependencies": {
"nan": "~1.2.0",
"bindings": "~1.1.1"
},
"devDependencies": {
"should": "2.1.x",
"batch": "*",
"jade": "*",
"dox": "*",
"semver": "*"
},
"engines": {
"node": ">=0.7.9"
},
"scripts": {
"test": "make test"
},
"keywords": ["zeromq", "zmq", "0mq", "ømq", "libzmq", "native", "binding", "addon"],
"author": "Justin Tulloss <justin.tulloss@gmail.com> (http://justin.harmonize.fm)",
"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/)",
"Ron Korving (https://github.com/ronkorving)",
"Mark Everitt (http://qubyte.dyndns.org/)",
"Aldis Andrejevs (https://github.com/aaudis)",
"Iskren Ivov Chernev <iskren.chernev@gmail.com>",
"Seth Fitzsimmons",
"Patrick Lucas",
"Alexander Simmerl (https://github.com/xla)",
"Ian Babrou",
"Niall O'Higgins",
"Brian White (https://github.com/mscdex)",
"Mathieu D'Amours (https://github.com/matehat)",
"Joshua Gourneau",
"Yaroslav Shirokov",
"Marc Harter (https://github.com/wavded)",
"John Sun (https://github.com/freehaha)",
"Alexey Kupershtokh <alexey.kupershtokh@gmail.com>",
"Jon Gretar Borgthorsson (https://github.com/JonGretar)",
"Brian Lalor (https://github.com/blalor)",
"Benjamin Byholm (https://github.com/kkoopa)",
"Alejandro (https://github.com/Minjung)"
]
}