brokowski
Version:
RESTful publish/subscribe toolkit including broker, publisher and subscriber
52 lines (51 loc) • 1.09 kB
JSON
{
"name": "brokowski",
"version": "0.1.8",
"author": "Horsed",
"description": "RESTful publish/subscribe toolkit including broker, publisher and subscriber",
"private": false,
"main": "index.js",
"bin": {
"brokowski": "bin/brokowski"
},
"scripts": {
"start": "node bin/brokowski",
"test": "mocha"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/Horsed/brokowski.git"
},
"keywords": [
"rest",
"pub/sub",
"broker",
"publisher",
"subscriber"
],
"dependencies": {
"express": "~3.3.4",
"request": "~2.27.0",
"lodash": "~2.4.1",
"rr": "0.1.0",
"eventemitter2": "~0.4.13",
"node.extend": "~1.0.9",
"commander": "~2.1.0"
},
"devDependencies": {
"body": "~4.4.2",
"connect": "~2.12.0",
"grunt": "~0.4.1",
"grunt-develop": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"time-grunt": "~0.1.1",
"load-grunt-tasks": "~0.2.0",
"mocha": "1.16.2",
"requirejs": "~2.1.9",
"should": "~2.1.0"
}
}