{
  "name": "bluebird-promisell",
  "version": "0.7.0",
  "description": "a functional programming library for promises",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --report html",
    "doc": "npm run test && transcribe --url './{filename}#L{line}' -- index.js > README.md",
    "release-major": "xyz --repo git@github.com:zhangchiqing/bluebird-promisell.git --increment major",
    "release-minor": "xyz --repo git@github.com:zhangchiqing/bluebird-promisell.git --increment minor",
    "release-patch": "xyz --repo git@github.com:zhangchiqing/bluebird-promisell.git --increment patch"
  },
  "keywords": [
    "Promise",
    "async programming",
    "functional programming",
    "bluebird",
    "lift",
    "map",
    "sequence",
    "traverse",
    "fold",
    "pipe",
    "first",
    "second"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhangchiqing/bluebird-promisell.git"
  },
  "files": [
    "/LICENSE",
    "/index.js",
    "/package.json"
  ],
  "author": "Leo Zhang <zhangchiqing@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zhangchiqing/bluebird-promisell/issues"
  },
  "homepage": "https://github.com/zhangchiqing/bluebird-promisell#readme",
  "peerDependencies": {
    "bluebird": ">=2.1.0"
  },
  "devDependencies": {
    "bluebird": "^3.3.5",
    "chai": "^3.5.0",
    "codecov": "^1.0.1",
    "doctest": "^0.10.0",
    "istanbul": "^0.4.2",
    "jsverify": "^0.7.1",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.0.0",
    "transcribe": "^0.3.0",
    "xyz": "^0.5.0"
  }
}
