{
  "name": "co-gather",
  "version": "1.0.1",
  "description": "Execute thunks in parallel with concurrency support and gather all the results",
  "main": "index.js",
  "scripts": {
    "test": "egg-bin test",
    "ci": "egg-bin cov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cojs/gather.git"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "co",
    "parallel",
    "gather",
    "koa"
  ],
  "author": "dead_horse <dead_horse@qq.com> (http://deadhorse.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cojs/gather/issues"
  },
  "homepage": "https://github.com/cojs/gather",
  "dependencies": {
    "co": "^4.6.0"
  },
  "devDependencies": {
    "egg-bin": "^4.7.1",
    "egg-ci": "^1.8.0",
    "mz-modules": "^2.1.0"
  },
  "ci": {
    "version": "8, 10"
  }
}
