{
  "name": "thenfail",
  "version": "0.4.13",
  "description": "Promises/A+ implementation with the ability to break or cancel the chain. Written in TypeScript.",
  "registry": "npm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vilic/thenfail.git"
  },
  "keywords": [
    "thenfail",
    "promises-aplus",
    "promise"
  ],
  "author": "vilicvane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vilic/thenfail/issues"
  },
  "homepage": "https://github.com/vilic/thenfail",
  "main": "bld/index.js",
  "typings": "bld/index.d.ts",
  "scripts": {
    "build": "tsc -v && tsc",
    "doc": "typedoc src/index.ts src/context.ts src/errors.ts src/promise.ts src/utils/lock.ts typings --out gh-pages/doc --mode file --target ES5 --module commonjs --experimentalDecorators --excludeExternals --name \"ThenFail v0.4\"",
    "aplus": "promises-aplus-tests test/aplus/adapter.js",
    "test": "mocha && npm run aplus",
    "quick-test": "mocha"
  },
  "devDependencies": {
    "@types/chai": "^3.4.35",
    "@types/chai-as-promised": "0.0.30",
    "@types/mocha": "^2.2.40",
    "@types/node": "^7.0.12",
    "@types/sinon": "^2.1.1",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "mocha": "^2.5.3",
    "promises-aplus-tests": "^2.1.1",
    "sinon": "^1.17.4",
    "source-map-support": "^0.4.0",
    "typedoc": "^0.3.12",
    "typescript": "^2.2.2"
  },
  "dependencies": {
    "asap": "^2.0.3",
    "deprecated-decorator": "^0.1.6",
    "extendable-error": "^0.1.5"
  }
}
