{
  "name": "smooth-progress",
  "version": "1.1.0",
  "description": "pixel-by-pixel CLI progress bar",
  "main": "index.js",
  "engines": {
    "node": ">= 4.0.0"
  },
  "scripts": {
    "test": "node test.js && standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dickeyxxx/smooth-progress.git"
  },
  "keywords": [
    "progress-bar"
  ],
  "author": "Jeff Dickey",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dickeyxxx/smooth-progress/issues"
  },
  "homepage": "https://github.com/dickeyxxx/smooth-progress#readme",
  "dependencies": {
    "ansi-escapes": "1.4.0",
    "chalk": "^1.1.1"
  },
  "devDependencies": {
    "standard": "8.5.0"
  }
}
