domotz-remote-pawn
Version:
Domotz Agent
41 lines (40 loc) • 971 B
JSON
{
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.4.2",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
"url": "https://github.com/squaremo/amqp.node.git"
},
"engines": {
"node": ">=0.8 <6 || ^6"
},
"dependencies": {
"bitsyntax": "~0.0.4",
"buffer-more-ints": "0.0.2",
"readable-stream": "1.x >=1.1.9",
"when": "~3.6.2"
},
"devDependencies": {
"mocha": "~1",
"claire": "0.4.1",
"uglify-js": "2.4.x",
"istanbul": "0.1.x"
},
"scripts": {
"test": "make test",
"prepublish": "make"
},
"keywords": [
"AMQP",
"AMQP 0-9-1",
"RabbitMQ"
],
"author": "Michael Bridgen <mikeb@squaremobius.net>",
"license": "MIT"
,"_resolved": "http://npm.domotz.com:4873/amqplib/-/amqplib-0.4.2.tgz"
,"_integrity": "sha1-XkoqkUzLMSX5y5H22gfJeqTLE6Y="
,"_from": "amqplib@0.4.2"
}