UNPKG

bonree-zmq

Version:

Bindings for node.js and io.js to ZeroMQ

72 lines (71 loc) 2.29 kB
{ "name": "bonree-zmq", "version": "9.0.0-x64", "description": "Bindings for node.js and io.js to ZeroMQ", "main": "index", "bundledDependencies": [ "bindings", "nan" ], "dependencies": { "bindings": "~1.2.1", "nan": "^2.5.2" }, "devDependencies": { "mocha": "^3.1.0", "semver": "^5.3.0", "should": "^11.1.0", "nan": "^2.5.2" }, "engines": { "node": ">=0.8" }, "scripts": { "test": "mocha --expose-gc --slow 300" }, "keywords": [ "zeromq", "zmq", "0mq", "ømq", "libzmq", "native", "binding", "addon" ], "license": "MIT", "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)", "Eli Skeggs <skeggse@gmail.com> (https://github.com/skeggse)", "Bent Cardan <bent@nothingsatisfies.com> (https://github.com/reqshark)" ] }