Files @ 23cabb70699b
Branch filter:

Location: light9/package.json

Drew Perttula
solver now scores input images (poorly)
Ignore-this: 82d0c9177a5db0a362dc04a39a01e257
{
  "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"
  }
}