Files @ ce1f94c5ca93
Branch filter:

Location: light9/package.json

Drew Perttula
note selection and hover look
Ignore-this: 5b18cd57e1607d9d5291159cbe392aee
{
  "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"
  }
}