{
  "name": "promise-chains",
  "version": "0.3.12",
  "description": "A wrapper to to allow easy synchronous manipulation of Promises",
  "main": "index.js",
  "scripts": {
    "test": "eslint . && mocha --harmony-proxies"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/not-an-aardvark/promise-chains.git"
  },
  "keywords": [
    "promise",
    "chain",
    "proxy",
    "es6",
    "es2015"
  ],
  "author": "not-an-aardvark",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/not-an-aardvark/promise-chains/issues"
  },
  "homepage": "https://github.com/not-an-aardvark/promise-chains#readme",
  "dependencies": {
    "harmony-reflect": "^1.4.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "dirty-chai": "^1.2.2",
    "eslint": "^2.4.0",
    "mocha": "^2.4.5"
  },
  "browser": {
    "harmony-reflect": false
  }
}
