{
  "version": "1.2.4",
  "name": "promise-wtf",
  "description": "Lightweight Promise implementation with the 'finally' method",
  "homepage": "https://www.npmjs.com/package/promise-wtf",
  "repository": {
    "type": "git",
    "url": "https://github.com/ndaidong/promise-wtf"
  },
  "author": "@ndaidong",
  "main": "./dist/promise-wtf.js",
  "module": "./src/main",
  "jsnext:main": "./src/main",
  "browser": "./dist/promise-wtf.min.js",
  "engines": {
    "node": ">= 6.0"
  },
  "scripts": {
    "lint": "eslint .",
    "nsp": "nsp check --output checkstyle",
    "tape": "nyc tape test/start.js | tap-spec",
    "report": "nyc report --reporter=lcov > coverage.lcov && codecov",
    "pretest": "npm run lint && npm run nsp",
    "test": "npm run tape",
    "posttest": "CODECOV_TOKEN=2841f57e-9a88-4f96-b44d-44f083a8fda9 npm run report && npm run aplus",
    "aplus": "node ./test/aplus/index.js",
    "start": "node src/main",
    "build": "gccmin -e src/main.js -n Promise -f promise-wtf -o dist -p package.json",
    "reset": "node reset"
  },
  "devDependencies": {
    "codecov": "2.x.x",
    "eslint": "4.x.x",
    "eslint-config-ggc": "1.x.x",
    "gcc-min": "6.x.x",
    "mocha": "3.x.x",
    "nsp": "2.x.x",
    "nyc": "11.x.x",
    "promises-tests": "latest",
    "tap-spec": "4.x.x",
    "tape": "4.x.x"
  },
  "keywords": [
    "library",
    "promise",
    "util"
  ],
  "license": "MIT"
}
