{
  "name": "yaku",
  "version": "1.0.1",
  "description": "A lightweight promise library",
  "main": "lib/yaku.js",
  "typings": "lib/yaku.d.ts",
  "scripts": {
    "no": "no",
    "test": "no test test-core",
    "prepublishOnly": "no clean build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ysmood/yaku.git"
  },
  "keywords": [
    "light-weight",
    "es6",
    "promise",
    "performance",
    "promises",
    "promises-a",
    "promises-aplus",
    "async",
    "await",
    "deferred",
    "deferreds",
    "future",
    "flow control"
  ],
  "author": "http://ysmood.org",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ysmood/yaku/issues"
  },
  "homepage": "https://github.com/ysmood/yaku",
  "files": [
    "lib",
    "dist/yaku.min.js",
    "dist/yaku.core.min.js",
    "dist/yaku.browser.global.min.js"
  ],
  "devDependencies": {
    "ajv": "^6.5.2",
    "bluebird": "3.5.1",
    "co": "4.6.0",
    "core-js": "2.5.7",
    "coveralls": "3.0.2",
    "es6-promise": "4.2.4",
    "es6-shim": "0.35.3",
    "eslint": "5.3.0",
    "istanbul": "0.4.5",
    "junit": "1.4.9",
    "mocha": "^5.2.0",
    "my-promise": "1.1.0",
    "nokit": "0.27.7",
    "pinkie": "2.0.4",
    "promises-aplus-tests": "*",
    "promises-es6-tests": "*",
    "puppeteer": "^1.7.0",
    "q": "1.5.1",
    "setprototypeof": "1.1.0",
    "uglify-js": "3.4.7",
    "webpack": "4.16.5",
    "webpack-cli": "^3.1.0"
  }
}
