meshblu-verifier-http
Version:
Verify Meshblu over HTTP
65 lines (64 loc) • 1.6 kB
JSON
{
"name": "meshblu-verifier-http",
"version": "4.0.2",
"description": "Verify Meshblu over HTTP",
"main": "index.js",
"scripts": {
"start": "node command.js",
"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=-"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octoblu/meshblu-verifier-http.git"
},
"keywords": [
"meshblu"
],
"author": "Octoblu <npm@octoblu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/meshblu-verifier-http/issues"
},
"homepage": "https://github.com/octoblu/meshblu-verifier-http#readme",
"devDependencies": {
"chai": "^3.4.1",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"istanbul": "^0.4.0",
"mocha": "^3.1.2",
"mocha-istanbul": "^0.3.0",
"mocha-multi": "^0.9.1",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^8.3.0",
"server-destroy": "^1.0.1",
"shmock": "^0.8.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"async": "^2.1.2",
"coffee-script": "^1.10.0",
"colors": "^1.1.2",
"dashdash": "^1.14.0",
"debug": "^2.2.0",
"lodash": "^4.16.4",
"meshblu-config": "^5.1.1",
"meshblu-http": "^9.1.0",
"moment": "^2.14.1",
"request": "^2.72.0"
},
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}