{
  "name": "gauge",
  "version": "2.0.0",
  "description": "A terminal based horizontal guage",
  "main": "index.js",
  "scripts": {
    "test": "standard && tap test/*.js --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iarna/gauge"
  },
  "keywords": [
    "progressbar",
    "progress",
    "gauge"
  ],
  "author": "Rebecca Turner <me@re-becca.org>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/iarna/gauge/issues"
  },
  "homepage": "https://github.com/iarna/gauge",
  "dependencies": {
    "aproba": "^1.0.1",
    "has-color": "^0.1.7",
    "has-unicode": "^2.0.0",
    "object-assign": "^4.0.1",
    "string-width": "^1.0.1",
    "strip-ansi": "^3.0.0",
    "wide-align": "^1.1.0"
  },
  "devDependencies": {
    "require-inject": "^1.3.0",
    "standard": "^6.0.7",
    "tap": "^5.6.0",
    "through2": "^2.0.0"
  }
}
