pubsubr
Version:
pub and sub to loopback components
38 lines (37 loc) • 783 B
JSON
{
"name": "pubsubr",
"version": "0.1.5",
"description": "pub and sub to loopback components",
"main": "index.js",
"scripts": {
"test": "nyc ava",
"report": "nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FengYuHe/pubsubr.git"
},
"keywords": [
"pub",
"sub",
"looback"
],
"author": "FengYuHe",
"license": "MIT",
"bugs": {
"url": "https://github.com/FengYuHe/pubsubr/issues"
},
"homepage": "https://github.com/FengYuHe/pubsubr#readme",
"dependencies": {
"lodash": "^4.17.4",
"mqtt": "^2.9.1",
"request": "^2.81.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"ava": "^0.21.0",
"coveralls": "^2.13.1",
"nyc": "^11.0.3",
"sinon": "^2.4.1"
}
}