Files @ 97e4f1b5ff19
Branch filter:

Location: light9/package.json

Drew Perttula
choice UI support on live editor
Ignore-this: e9bb570f128b05a498d05b4c6b6bcf86
{
  "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"
  }
}