{
  "name": "nuo",
  "version": "1.1.0",
  "description": ":two_hearts: Lightweight promise polyfill. A+ compliant. Implements notify, progress, and finally.",
  "main": "dist/index.js",
  "module": "es/index.js",
  "files": [
    "dist",
    "es"
  ],
  "scripts": {
    "build": "node --harmony ./cli/build",
    "lint": "eslint --max-warnings 10 .",
    "dev": "jest -c ./test/lib/jest.config.js --watch --no-cache",
    "test": "jest -c ./test/lib/jest.config.js",
    "test:es": "jest -c ./test/lib/jest.config.es.js",
    "test:cjs": "jest -c ./test/lib/jest.config.cjs.js",
    "release": "bash ./cli/release.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crossjs/nuo.git"
  },
  "keywords": [
    "promise",
    "promise-polyfill",
    "ES2015",
    "promises-aplus",
    "notify",
    "progress",
    "finally"
  ],
  "author": "crossjs",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crossjs/nuo/issues"
  },
  "homepage": "https://github.com/crossjs/nuo",
  "dependencies": {
    "core-js": "^2.5.5"
  },
  "devDependencies": {
    "babel-plugin-istanbul": "^2.0.3",
    "babel-preset-es2015": "^6.18.0",
    "babel-register": "^6.18.0",
    "eslint": "3.9.0",
    "eslint-config-plato": "^0.0.1",
    "jest": "^22.4.3",
    "promises-aplus-tests": "^2.1.2",
    "rollup": "^0.57.1",
    "rollup-plugin-buble": "^0.19.2",
    "uglify-js": "^3.3.20"
  }
}
