{
  "name": "jfactory-promise",
  "version": "1.7.7",
  "description": "Promise where the whole tree can be awaited, canceled and expired. Provides synchronous status, explorable chain map, shared data, debug data and trace.",
  "keywords": [
    "promise",
    "abort",
    "aborted",
    "aborting",
    "abortable",
    "onabort",
    "chain",
    "cancel",
    "canceled",
    "cancelable",
    "cancellable",
    "canceling",
    "cancellation",
    "asynchronous",
    "async",
    "await",
    "awaitable",
    "task"
  ],
  "main": "dist/index.js",
  "scripts": {
    "build": "node node_modules/.bin/rollup --config scripts/bundler/rollup.config.js",
    "test": "node node_modules/.bin/mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jfactory-es/jfactory-promise.git"
  },
  "homepage": "https://github.com/jfactory-es/jfactory-promise#readme",
  "bugs": "https://github.com/jfactory-es/jfactory-promise/issues",
  "author": "Stéphane Plazis",
  "license": "SEE LICENSE IN LICENSE.txt",
  "//": {
    "jfactory": "file:../../jFactory_1/workspace"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@rollup/plugin-replace": "^2.3.4",
    "chai": "^4.2.0",
    "jfactory": "^1.7.7",
    "jsdom": "^16.4.0",
    "mocha": "^7.2.0",
    "rollup": "^2.36.1",
    "rollup-plugin-terser": "^7.0.2"
  },
  "peerDependencies": {
    "lodash": "^4"
  },
  "files": [
    "dist/**"
  ]
}
