{
  "name": "meshblu-core-manager-device",
  "version": "4.2.2",
  "description": "Meshblu Core Device Manager",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "nyc npm test",
    "mocha:json": "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-manager-device.git"
  },
  "author": "Octoblu Inc, <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-core-manager-device/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-core-manager-device#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-subset": "^1.3.0",
    "env-test": "^1.0.0",
    "fakeredis": "^1.0.2",
    "meshblu-core-cache": "^1.5.0",
    "meshblu-core-datastore": "^4.12.0",
    "mocha": "^2.5.3",
    "mocha-multi": "^0.9.1",
    "mocha-osx-reporter": "^0.1.2",
    "mongojs": "^2.4.0",
    "nyc": "^8.3.2",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "async": "^1.5.2",
    "bcrypt": "^0.8.5",
    "coffee-script": "^1.10.0",
    "lodash": "^4.13.1",
    "meshblu-core-manager-root-token": "^1.0.0",
    "moment": "^2.13.0",
    "uuid": "^2.0.1"
  },
  "nyc": {
    "cache": true,
    "reporter": [
      "text-summary",
      "lcov",
      "json"
    ],
    "extension": [
      ".coffee"
    ]
  }
}
