{
  "name": "are-we-there-yet",
  "version": "1.0.4",
  "description": "Keep track of the overall completion of many dispirate processes",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iarna/are-we-there-yet.git"
  },
  "author": "Rebecca Turner (http://re-becca.org)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/iarna/are-we-there-yet/issues"
  },
  "homepage": "https://github.com/iarna/are-we-there-yet",
  "devDependencies": {
    "tap": "^0.4.13"
  },
  "dependencies": {
    "delegates": "^0.1.0",
    "readable-stream": "^1.1.13"
  }
}
