{
  "name": "directly",
  "version": "2.0.6",
  "description": "Like Promise.all, only less so",
  "main": "directly.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wheresrhys/directly.git"
  },
  "keywords": [
    "promise",
    "es6",
    "promise.all",
    "throttle",
    "rate-limiting"
  ],
  "author": "Rhys Evans",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wheresrhys/directly/issues"
  },
  "homepage": "https://github.com/wheresrhys/directly",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^4.0.1"
  },
  "dependencies": {}
}
