octoblu/meshblu-device-list

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "meshblu-device-list",
  "version": "1.0.3",
  "description": "Meshblu Device List",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/meshblu-device-list.git"
  },
  "author": "Octoblu, Inc <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-device-list/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-device-list#readme",
  "devDependencies": {
    "@octoblu/shmock": "^0.7.2",
    "chai": "^3.5.0",
    "coffee-coverage": "^1.0.1",
    "coffee-script": "^1.10.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-istanbul": "^0.2.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "async": "^1.5.2",
    "browser-meshblu-http": "^1.1.2",
    "debug": "^2.2.0",
    "lodash": "^4.5.1"
  }
}