{
  "name": "node-lifx",
  "description": "Node.js implementation of the LIFX protocol",
  "version": "0.8.0",
  "author": "Marius Rumpf <marius@mariusrumpf.de>",
  "bugs": {
    "url": "https://github.com/MariusRumpf/node-lifx/issues"
  },
  "dependencies": {
    "eventemitter3": "^2.0.2",
    "lodash": "^4.5.0"
  },
  "devDependencies": {
    "babel-core": "^6.0.15",
    "babel-preset-es2015": "^6.0.15",
    "chai": "^3.0.0",
    "codecov.io": "^0.1.6",
    "eslint": "^2.13.1",
    "istanbul": "^0.4.0",
    "lolex": "^1.4.0",
    "mocha": "^2.2.4"
  },
  "directories": {
    "test": "test",
    "lib": "lib",
    "example": "example"
  },
  "homepage": "https://github.com/MariusRumpf/node-lifx#readme",
  "keywords": [
    "bulb",
    "lifx",
    "light",
    "lightbulb"
  ],
  "license": "MIT",
  "main": "./lib/lifx",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MariusRumpf/node-lifx.git"
  },
  "scripts": {
    "lint": "eslint lib/ test/ example/ cli.js",
    "pretest": "npm run lint",
    "test": "istanbul cover -root lib/ node_modules/mocha/bin/_mocha -- -u tdd -r babelhook --recursive test/unit/",
    "report-coverage": "cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js"
  }
}
