{
  "name": "run-auto",
  "description": "Determine the best order for running async functions, and run them",
  "version": "2.0.0",
  "author": {
    "name": "Feross Aboukhadijeh",
    "email": "feross@feross.org",
    "url": "http://feross.org/"
  },
  "bugs": {
    "url": "https://github.com/feross/run-auto/issues"
  },
  "dependencies": {
    "dezalgo": "^1.0.1"
  },
  "devDependencies": {
    "standard": "^7.0.0",
    "tape": "^4.0.0",
    "zuul": "^3.1.0"
  },
  "homepage": "https://github.com/feross/run-auto",
  "keywords": [
    "auto",
    "async",
    "function",
    "callback",
    "asynchronous",
    "run",
    "array",
    "run auto",
    "order",
    "async.auto"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/run-auto.git"
  },
  "scripts": {
    "test": "standard && npm run test-node && npm run test-browser",
    "test-browser": "zuul -- test/*.js",
    "test-browser-local": "zuul --local -- test/*.js",
    "test-node": "tape test/*.js"
  }
}
