{
  "name": "faithful",
  "description": "Like Async, but employing promises.",
  "keywords": [
    "promises",
    "async",
    "map",
    "mapSeries",
    "each",
    "eachSeries",
    "forEach",
    "forEachSeries",
    "reduce",
    "detect",
    "detectSeries",
    "filter",
    "filterSeries"
  ],
  "version": "0.8.0",
  "author": "Braveg1rl <braveg1rl@outlook.com>",
  "license": "MIT",
  "homepage": "https://github.com/braveg1rl/faithful",
  "bugs": "https://github.com/braveg1rl/faithful/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/braveg1rl/faithful.git"
  },
  "private": false,
  "dependencies": {
    "make-promise": "0.3.x",
    "f-throttle": "~0.1.1"
  },
  "devDependencies": {
    "coffee-script": "^1.12.2",
    "mocha": "1.x.x"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "6.x.x"
  },
  "main": "js/lib/faithful.js",
  "scripts": {
    "prepublish": "npm test",
    "pretest": "make build",
    "test": "make test"
  }
}
