{
  "name": "pasync",
  "version": "2.0.2",
  "license": "MIT",
  "description": "Promise-oriented async",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:crispy1989/pasync.git"
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha ./test -R spec",
    "lint": "node ./node_modules/jshint/bin/jshint --reporter unix --exclude ./node_modules . || exit 0",
    "watch": "node ./node_modules/mocha/bin/mocha --watch ./test -R spec",
    "bench": "node ./bench/index.js"
  },
  "dependencies": {
    "p-limit": "^3.0.2"
  },
  "devDependencies": {
    "chai": "^2.0.0",
    "jshint": "^2.6.0",
    "mocha": "8.1.1",
    "spectrophotometer": "^3.0.2"
  },
  "engines": {
    "node": ">= 14.0.0"
  }
}
