UNPKG

forwarder-service

Version:

Creates forwarders and device subscriptions for forwarders

83 lines (82 loc) 2.11 kB
{ "name": "forwarder-service", "version": "1.0.0", "description": "Creates forwarders and device subscriptions for forwarders", "keywords": [ "octoblu", "iot" ], "homepage": "https://github.com/octoblu/forwarder-service", "bugs": "https://github.com/octoblu/forwarder-service/issues", "author": { "name": "Octoblu", "url": "https://github.com/octoblu" }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/octoblu/forwarder-service.git" }, "scripts": { "start": "gulp && node command.js", "test": "gulp && mocha", "coverage": "nyc npm test", "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json", "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-" }, "devDependencies": { "chai": "^3.4.1", "istanbul": "^0.4.0", "mocha": "^2.3.4", "mocha-istanbul": "^0.2.0", "nock": "^8.0.0", "request": "^2.66.0", "shmock": "^0.8.1", "sinon": "^1.17.2", "sinon-chai": "^2.8.0", "nyc": "^8.3.0", "mocha-osx-reporter": "^0.1.2", "mocha-multi": "^0.9.1" }, "dependencies": { "body-parser": "^1.14.1", "coffee-script": "^1.10.0", "cors": "^2.5.3", "debug": "^2.2.0", "errorhandler": "^1.4.2", "express": "^4.13.3", "express-meshblu-auth": "^5.3.4", "express-meshblu-healthcheck": "^1.0.1", "express-package-version": "0.0.2", "gulp": "^3.9.1", "gulp-clean": "^0.3.2", "gulp-cson": "^0.4.0", "gulp-json-template-christacheio": "^1.0.0", "gulp-jsoncombine": "^1.0.3", "jsonschema": "^1.1.0", "lodash": "^4.11.1", "meshblu-config": "^4.0.0", "meshblu-http": "^5.3.3", "moment": "^2.13.0", "morgan": "^1.6.1", "octoblu-raven": "^3.0.1", "server-destroy": "^1.0.1" }, "peerDependencies": {}, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "license": "MIT", "nyc": { "cache": true, "reporter": [ "text-summary", "lcov", "json" ], "extension": [ ".coffee" ] } }