{
  "name": "promise-ex",
  "version": "0.3.8",
  "description": "Extensions for JS Promise",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=html mocha -R spec",
    "generate-docs": "./node_modules/.bin/jsdoc src/px.js -c conf.json -d docs/ -r README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LXSMNSYC/Px.git"
  },
  "keywords": [
    "promise",
    "deferred"
  ],
  "author": "LXSMNSYC (alexis.munsayac@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LXSMNSYC/Px/issues"
  },
  "homepage": "https://github.com/LXSMNSYC/Px#readme",
  "dependencies": {},
  "devDependencies": {
    "nyc": "^13.3.0",
    "docdash": "^1.0.3",
    "jsdoc": "^3.5.5",
    "mocha": "^6.0.2"
  }
}
