Files @ a30a73c12554
Branch filter:

Location: light9/package.json

Drew Perttula
more code and testing in solve & sim
Ignore-this: cb72fb96cf4a46fa86ccf641c4703fdb
{
  "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"
  }
}