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