{
  "name": "fivetwelve",
  "version": "0.9.4",
  "description": "dmx512 lighting control library",
  "keywords": [
    "dmx",
    "dmx512",
    "lighting",
    "light-control",
    "fivetwelve"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.x"
  },
  "scripts": {
    "test": "mocha --compilers js:babel/register test/*/*Test.js && eslint lib test",
    "compile": "babel -d lib-es5 lib",
    "prepublish": "npm run test && npm run compile"
  },
  "author": "Martin Schuhfuss <m.schuhfuss@gmail.com>",
  "license": "GPL-3.0",
  "homepage": "https://github.com/beyondscreen/fivetwelve",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beyondscreen/fivetwelve"
  },
  "bugs": {
    "url": "https://github.com/beyondscreen/fivetwelve/issues"
  },
  "dependencies": {
    "array.from": "^0.2.0",
    "color-convert": "^0.6.0",
    "object-assign": "^4.0.1",
    "parse-color": "^1.0.0"
  },
  "devDependencies": {
    "babel": "^5.8.20",
    "eslint": "^1.2.1",
    "expect.js": "^0.3.1",
    "mocha": "^2.2.5",
    "sinon": "^1.15.4"
  }
}
