package.json
{
"name": "meshblu-coap",
"version": "1.5.0",
"description": "Meshblu CoAP API ",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octoblu/node-meshblu-coap.git"
},
"keywords": [
"meshblu",
"coap"
],
"author": "Octoblu <npm@octoblu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/node-meshblu-coap/issues"
},
"homepage": "https://github.com/octoblu/node-meshblu-coap#readme",
"devDependencies": {
"chai": "^3.5.0",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"eventemitter2": "^0.4.14",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-istanbul": "^0.2.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"coap": "^0.14.0",
"coffee-script": "^1.10.0",
"debug": "^2.2.0",
"lodash": "^3.10.1",
"qs": "^6.1.0"
}
}