{
  "name": "promisu",
  "version": "1.3.1",
  "description": "functional promise with map filter reduce scan all race every some few try waitfor finally queue debounce throttle",
  "main": "dist/promisu.js",
  "scripts": {
    "test": "node ./test",
    "lint": "./node_modules/.bin/eslint src",
    "lint-fix": "./node_modules/.bin/eslint --fix src --ext .js",
    "clean-dist": "node ./bin/clean-dist.js",
    "build": "npm run clean-dist && NODE_ENV=production npm run webpack-build",
    "webpack-build": "./node_modules/.bin/webpack --progress -p"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andy2046/promisu.git"
  },
  "keywords": [
    "functional",
    "promise",
    "map",
    "filter",
    "reduce",
    "scan",
    "all",
    "race",
    "every",
    "some",
    "few",
    "try",
    "waitfor",
    "finally",
    "queue",
    "debounce",
    "throttle"
  ],
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-core": "6.26.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.1.2",
    "babel-runtime": "6.18.0",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-plugin-transform-builtin-extend": "1.1.0",
    "babel-preset-env": "1.6.1",
    "del": "2.2.2",
    "eslint": "3.19.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-node": "4.2.2",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-standard": "3.0.1",
    "eslint-watch": "3.1.0",
    "uglifyjs-webpack-plugin": "1.2.3",
    "webpack": "3.5.5"
  },
  "author": "AndyP (https://www.npmjs.com/~andy*()",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andy2046/promisu/issues"
  },
  "homepage": "https://github.com/andy2046/promisu#readme"
}
