Files @ e8161fdda8ad
Branch filter:

Location: light9/package.json

Drew Perttula
paint shows deviceattrs from graph
Ignore-this: bf4b4b7c1f51af0a4f6b64f4800c1d3c
{
  "name": "light9",
  "version": "1.0.0",
  "description": "Mini instructions:",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bower": "^1.8.0",
    "chai": "^3.5.0",
    "mocha": "^2.5.3"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}