Files @ c45787e306ae
Branch filter:

Location: light9/package.json

drewp@bigasterisk.com
KC don't stop sending just because an effect raised an exception
Ignore-this: 97245590cdfaa187bbe7b8c43770d165
{
  "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"
  }
}