Files @ 64239c6651de
Branch filter:

Location: light9/package.json

Drew Perttula
start edit-choice polymer version
Ignore-this: f9abf03b69c723712f4e7857c856b81b
{
  "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"
  }
}