{
  "name": "assign",
  "version": "0.1.7",
  "description": "Map/Reduce promise like returned API -- Really not way to properly describe this module..",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec --ui bdd test.js",
    "watch": "mocha --watch --reporter spec --ui bdd test.js",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"
  },
  "keywords": [
    "map",
    "reduce",
    "flow",
    "control",
    "async",
    "brainfart"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "dependencies": {
    "fusing": "0.4.x"
  },
  "devDependencies": {
    "assume": "0.0.x",
    "istanbul": "0.3.x",
    "mocha": "2.0.x",
    "pre-commit": "0.0.x"
  }
}
