UNPKG

meshblu-http

Version:
57 lines (56 loc) 1.37 kB
{ "name": "meshblu-http", "version": "10.2.0", "description": "Meshblu HTTP API", "main": "dist/index.js", "scripts": { "test": "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=-", "build": "coffee --compile --output dist/ --map src/*.coffee" }, "repository": { "type": "git", "url": "https://github.com/octoblu/node-meshblu-http.git" }, "keywords": [ "meshblu", "http" ], "author": "Octoblu <dev@octoblu.com>", "license": "MIT", "bugs": { "url": "https://github.com/octoblu/node-meshblu-http/issues" }, "homepage": "https://github.com/octoblu/node-meshblu-http", "devDependencies": { "chai": "^4.0.1", "coffee-script": "^1.12.6", "mocha": "^3.4.2", "mocha-multi": "^0.11.0", "mocha-osx-reporter": "^0.1.2", "nyc": "^11.0.1", "sinon": "^2.3.2", "sinon-chai": "^2.10.0" }, "dependencies": { "debug": "^2.6.8", "json-stable-stringify": "^1.0.0", "lodash": "^4.13.1", "node-rsa": "^0.4.2", "request": "^2.81.0", "srv-failover": "^2.0.0" }, "nyc": { "cache": true, "reporter": [ "text-summary", "lcov", "json" ], "extension": [ ".coffee" ] } }