gaia-rabbitmq
Version:
RabbitMQ wrapper for gaia workflow system
37 lines (36 loc) • 831 B
JSON
{
"name": "gaia-rabbitmq",
"version": "0.0.15",
"description": "RabbitMQ wrapper for gaia workflow system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raylin/gaia-rabbitmq.git"
},
"keywords": [
"Gaia",
"RabbitMQ"
],
"author": "Ray Lin",
"license": "MIT",
"bugs": {
"url": "https://github.com/raylin/gaia-rabbitmq/issues"
},
"homepage": "https://github.com/raylin/gaia-rabbitmq#readme",
"dependencies": {
"amqp": "^0.2.4",
"async": "^1.2.1",
"clone": "^1.0.2",
"debug": "^2.2.0",
"node-uuid": "^1.4.3"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2"
}
}