amqp-dsl
Version:
Amqp-DSL - Fluent interface for node-amqp
30 lines (29 loc) • 624 B
JSON
{
"name": "amqp-dsl",
"description": "Amqp-DSL - Fluent interface for node-amqp",
"keywords": [
"amqp",
"dsl"
],
"version": "2.0.2",
"homepage": "https://github.com/FGRibreau/node-amqp-dsl",
"repository": "",
"dependencies": {
"amqp": "^0.2.6",
"async": "^0.9.0",
"coffee-script": "~1.4.0",
"docco": "0.3.x"
},
"devDependencies": {
"vows": "~0.7.0",
"grunt": "~0.3.17"
},
"scripts": {
"test": "vows --spec"
},
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
"engines": {
"node": ">= 0.4.12"
},
"main": "index.js"
}