{
  "name": "move-on",
  "version": "2.1.9",
  "description": "Creates a queue of sync or async functions with resolve and reject callback.",
  "main": "dist/move-on.node.js",
  "keywords": [
    "promise",
    "race",
    "all",
    "timeout",
    "function",
    "chain",
    "queue",
    "this",
    "resolve",
    "reject",
    "catch",
    "synchronous",
    "asynchronous",
    "sync",
    "async"
  ],
  "scripts": {
    "start": "webpack --env.dev",
    "build": "webpack --env.prod",
    "test": "babel-node jasmine.conf.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devrafalko/move-on.git"
  },
  "author": "Paweł Rafałko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/devrafalko/move-on/issues"
  },
  "homepage": "https://github.com/devrafalko/move-on#readme",
  "dependencies": {
    "of-type": "^3.0.3",
    "typeof-arguments": "^5.1.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.1",
    "@babel/node": "^7.10.5",
    "@babel/preset-env": "^7.11.0",
    "babel-loader": "^8.1.0",
    "jasmine": "^3.6.1",
    "jasmine-spec-reporter": "^5.0.2",
    "join-array": "^1.1.3",
    "terser-webpack-plugin": "^4.1.0",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-merge": "^5.1.1",
    "webpack-node-externals": "^2.5.1"
  }
}
