Skip to content

Commit 288bfae

Browse files
committed
Update package.json with new name
1 parent fcc5a0f commit 288bfae

File tree

1 file changed

+4
-37
lines changed

1 file changed

+4
-37
lines changed

package.json

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "zmq-prebuilt",
2+
"name": "zeromq",
33
"version": "2.1.0",
44
"description": "Prebuilt bindings for node.js to ZeroMQ",
55
"main": "index",
66
"gypfile": true,
77
"repository": {
88
"type": "git",
9-
"url": "http://github.com/nteract/zmq-prebuilt.git"
9+
"url": "https://github.com/zeromq/zeromq.js.git"
1010
},
1111
"dependencies": {
1212
"nan": "^2.4.0",
@@ -21,7 +21,7 @@
2121
"should": "^11.1.0"
2222
},
2323
"engines": {
24-
"node": ">=0.8"
24+
"node": ">=0.10"
2525
},
2626
"scripts": {
2727
"install": "prebuild --install",
@@ -42,38 +42,5 @@
4242
"addon"
4343
],
4444
"license": "MIT",
45-
"author": "Justin Tulloss <justin.tulloss@gmail.com> (http://justin.harmonize.fm)",
46-
"contributors": [
47-
"Justin Tulloss <justin.tulloss@gmail.com> (http://justin.harmonize.fm)",
48-
"Stéphan Kochen <stephan@kochen.nl> (http://stephan.kochen.nl/)",
49-
"Mike Castleman <m@mlcastle.net> (http://mlcastle.net/)",
50-
"Matt Crocker",
51-
"Jeremy Barnes <jeremy@barneso.com> (http://www.barneso.com/)",
52-
"Rick <technoweenie@gmail.com> (http://techno-weenie.net/)",
53-
"Corey Jewett (http://syntheticplayground.com/)",
54-
"Micheil Smith <micheil@brandedcode.com> (http://brandedcode.com/)",
55-
"TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com/)",
56-
"Ron Korving (https://github.com/ronkorving)",
57-
"Mark Everitt (http://qubyte.dyndns.org/)",
58-
"Aldis Andrejevs (https://github.com/aaudis)",
59-
"Iskren Ivov Chernev <iskren.chernev@gmail.com>",
60-
"Seth Fitzsimmons",
61-
"Patrick Lucas",
62-
"Alexander Simmerl (https://github.com/xla)",
63-
"Ian Babrou",
64-
"Niall O'Higgins",
65-
"Brian White (https://github.com/mscdex)",
66-
"Mathieu D'Amours (https://github.com/matehat)",
67-
"Joshua Gourneau",
68-
"Yaroslav Shirokov",
69-
"Marc Harter (https://github.com/wavded)",
70-
"John Sun (https://github.com/freehaha)",
71-
"Alexey Kupershtokh <alexey.kupershtokh@gmail.com>",
72-
"Jon Gretar Borgthorsson (https://github.com/JonGretar)",
73-
"Brian Lalor (https://github.com/blalor)",
74-
"Benjamin Byholm (https://github.com/kkoopa)",
75-
"Alejandro (https://github.com/Minjung)",
76-
"Eli Skeggs <skeggse@gmail.com> (https://github.com/skeggse)",
77-
"Bent Cardan <bent@nothingsatisfies.com> (https://github.com/reqshark)"
78-
]
45+
"author": "Justin Tulloss <justin.tulloss@gmail.com> (http://justin.harmonize.fm)"
7946
}

0 commit comments

Comments
 (0)