meshblu-http
Version:
Meshblu HTTP API
41 lines • 974 B
JSON
{
"name": "meshblu-http",
"version": "3.5.1",
"description": "Meshblu HTTP API",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"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": "^2.3.0",
"coffee-coverage": "^0.6.3",
"coffee-script": "^1.10.0",
"istanbul": "^0.3.21",
"mocha": "^2.3.3",
"mocha-istanbul": "^0.2.0",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"coffee-script": "^1.9.1",
"debug": "^2.1.3",
"json-stable-stringify": "^1.0.0",
"lodash": "^3.6.0",
"node-rsa": "^0.2.23",
"request": "^2.55.0"
}
}