package.json
{
"name": "meshblu-core-task-check-receive-as-whitelist",
"version": "2.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"meshblu-core-manager-whitelist": "^4.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"coffee-script": "^1.10.0",
"mocha": "^2.3.4",
"mocha-multi": "^0.9.1",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^8.3.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"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": "git+https://github.com/octoblu/meshblu-core-task-check-receive-as-whitelist.git"
},
"keywords": [
"meshblu",
"IoT"
],
"author": "sqrt@octoblu.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/meshblu-core-task-check-receive-as-whitelist/issues"
},
"homepage": "https://github.com/octoblu/meshblu-core-task-check-receive-as-whitelist#readme",
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}