Files @ d149a2c2236c
Branch filter:

Location: light9/package.json

drewp@bigasterisk.com
always send trailing zeros to dmx
Ignore-this: 973ae36ba571f865150710d304e255c8
{
  "name": "light9",
  "version": "1.0.0",
  "description": "Mini instructions:",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}