octoblu/meshblu-device-transmogrifier

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "meshblu-device-transmogrifier",
  "version": "2.1.0",
  "description": "Transmogrify Devices",
  "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-transmogrifier.git"
  },
  "keywords": [
    "meshblu",
    "meshblu-core"
  ],
  "author": "Octoblu <npm@octoblu.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/meshblu-device-transmogrifier/issues"
  },
  "homepage": "https://github.com/octoblu/meshblu-device-transmogrifier#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-subset": "^1.2.2",
    "coffee-coverage": "^1.0.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-istanbul": "^0.2.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {
    "coffee-script": "^1.10.0",
    "lodash": "^4.6.1"
  }
}