{
  "name": "promise-polyfill",
  "version": "8.2.3",
  "description": "Lightweight promise polyfill. A+ compliant",
  "main": "lib/index.js",
  "module": "src/index.js",
  "jsnext:main": "src/index.js",
  "unpkg": "dist/polyfill.min.js",
  "files": [
    "src",
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/taylorhakes/promise-polyfill.git"
  },
  "author": "Taylor Hakes",
  "license": "MIT",
  "homepage": "https://github.com/taylorhakes/promise-polyfill",
  "devDependencies": {
    "browserify": "^16.2.3",
    "cross-env": "^5.1.1",
    "eslint": "^4.11.0",
    "google-closure-compiler": "^20180610.0.1",
    "husky": "^0.14.3",
    "karma": "^4.1.0",
    "karma-browserify": "^6.0.0",
    "karma-chrome-launcher": "^0.2.2",
    "karma-mocha": "^0.2.1",
    "lint-staged": "^5.0.0",
    "mocha": "^6.1.4",
    "npm-run-all": "^4.1.2",
    "prettier": "^1.8.2",
    "promises-aplus-tests": "*",
    "rimraf": "^2.6.2",
    "rollup": "^0.52.0",
    "rollup-plugin-uglify": "^2.0.1",
    "sinon": "^1.17.2",
    "typescript": "^3.5.1",
    "watchify": "^3.11.1"
  },
  "dependencies": {}
}