|
1 | 1 | { |
2 | | - "name": "zmq-prebuilt", |
| 2 | + "name": "zeromq", |
3 | 3 | "version": "2.1.0", |
4 | 4 | "description": "Prebuilt bindings for node.js to ZeroMQ", |
5 | 5 | "main": "index", |
6 | 6 | "gypfile": true, |
7 | 7 | "repository": { |
8 | 8 | "type": "git", |
9 | | - "url": "http://github.com/nteract/zmq-prebuilt.git" |
| 9 | + "url": "https://github.com/zeromq/zeromq.js.git" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | 12 | "nan": "^2.4.0", |
|
21 | 21 | "should": "^11.1.0" |
22 | 22 | }, |
23 | 23 | "engines": { |
24 | | - "node": ">=0.8" |
| 24 | + "node": ">=0.10" |
25 | 25 | }, |
26 | 26 | "scripts": { |
27 | 27 | "install": "prebuild --install", |
|
42 | 42 | "addon" |
43 | 43 | ], |
44 | 44 | "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)" |
79 | 46 | } |
0 commit comments