{
  "name": "chain-js",
  "version": "0.0.1",
  "description": "Super simple function chaining APIs",
  "main": "chain.js",
  "scripts": {
    "test": "node_modules/.bin/mocha --recursive --slow 5 $FLAGS --compilers=coffee:coffee-script/register spec/",
    "watch": "FLAGS='--watch' npm test",
    "coverage": "FLAGS='--reporter=html-cov' npm test > coverage.html"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/jeffpeterson/chain-js"
  },
  "author": "Jeff Peterson",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^1.20.1",
    "chai": "^1.9.1",
    "coffee-script": "^1.7.1",
    "sinon": "^1.10.2",
    "sinon-chai": "^2.5.0",
    "blanket": "^1.1.6",
    "es6-promise": "^1.0.0"
  }
}
