{
  "name": "directly",
  "main": "directly.js",
  "version": "0.0.0",
  "homepage": "https://github.com/wheresrhys/directly",
  "authors": [
    "Rhys Evans <wheresrhys@gmail.com>"
  ],
  "description": "Like Promise.all, only less so",
  "moduleType": [
    "node"
  ],
  "keywords": [
    "promise",
    "es6",
    "promise.all",
    "throttle",
    "rate-limiting"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "es6-promise": "~2.2.0"
  }
}
