Files @ 13e3cbe9071a
Branch filter:

Location: light9/package.json

Drew Perttula
momentary-add button support
Ignore-this: 6269d0492f1b5ec4e112b3b932708b04
{
  "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"
  }
}