meshblu-authenticator-core
Version:
[](https://travis-ci.org/octoblu/meshblu-authenticator-core) [ • 1.24 kB
JSON
{
"name": "meshblu-authenticator-core",
"version": "4.1.1",
"description": "",
"main": "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=-"
},
"repository": {
"type": "git",
"url": "https://github.com/octoblu/meshblu-authenticator-core.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/meshblu-authenticator-core/issues"
},
"homepage": "https://github.com/octoblu/meshblu-authenticator-core",
"dependencies": {
"bcrypt": "^0.8.1",
"coffee-script": "^1.9.1",
"debug": "^2.1.2",
"lodash": "^3.3.1",
"meshblu-http": "^5.5.0"
},
"devDependencies": {
"chai": "^2.1.1",
"chai-subset": "^1.2.0",
"coffee-script": "^1.9.1",
"mocha": "^2.1.0",
"mocha-multi": "^0.9.1",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^8.3.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
},
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}