Files @ 50267ea8c675
Branch filter:

Location: light9/package.json

drewp@bigasterisk.com
rdfdb ignore big capture/ dirs until i'm working on paint again
Ignore-this: ee3a4b238e11fd3ed1d9860f7e0138ec
{
  "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"
  }
}