Files @ 9be85c08a69f
Branch filter:

Location: light9/package.json - annotation

Drew Perttula
fix bower and npm builds
Ignore-this: 1867ee8b2ba4b883c89a7f6bd5ab446a
{
  "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"
  }
}