@smartcloud/pubsub-listener
Version:
Pubsub Listener Module of SmartCloud Utility Library for Node.js
35 lines (34 loc) • 936 B
JSON
{
"name": "@smartcloud/pubsub-listener",
"description": "Pubsub Listener Module of SmartCloud Utility Library for Node.js",
"main": "./src/index.js",
"files": [
"src",
"COPYING"
],
"dependencies": {
"@smartcloud/common": "^0.0.5",
"@smartcloud/errors": "^0.0.3",
"@smartcloud/logging": "^0.0.3",
"safe-buffer": "^5.1.1"
},
"devDependencies": {
"ava": "^0.19.1",
"sinon": "2.1.0"
},
"scripts": {
"test": "ava -T 20s --verbose test/*.test.js",
"publish-module": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmartParkingTechnology/smartcloud-node.git"
},
"author": "Smart Parking Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SmartParkingTechnology/smartcloud-node/issues"
},
"homepage": "https://github.com/SmartParkingTechnology/smartcloud-node#readme",
"version": "0.0.7"
}