{
  "name": "async-multiple",
  "version": "0.1.3",
  "description": "a lite asynchronous queue runtime library!",
  "main": "./dist/async-multiple.rollup.min.js",
  "scripts": {
    "testMap": "babel-node test/map.js",
    "testEach": "babel-node test/each.js",
    "testEvent": "babel-node test/event.js",
    "lint": "eslint -c .eslintrc.js src --fix",
    "release": "npm run build && npm publish",
    "build": "node_modules/rollup/dist/bin/rollup --config ./rollup.config.js"
  },
  "keywords": [
    "async-multiple",
    "async-task",
    "async multiple",
    "async task",
    "async",
    "task",
    "multiple",
    "queue",
    "asynchronous",
    "async map",
    "async-map"
  ],
  "author": "async-multiple",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-0": "^6.24.1",
    "dayjs": "^1.8.15",
    "rollup": "^1.17.0",
    "rollup-plugin-alias": "^1.5.2",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-uglify": "^6.0.2"
  },
  "dependencies": {
    "await-to-js": "^2.1.1",
    "orderby": "^1.1.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/async-multiple/async-multiple.git"
  },
  "bugs": {
    "url": "https://github.com/async-multiple/async-multiple/issues"
  },
  "homepage": "https://github.com/async-multiple/async-multiple#readme"
}
