{
  "name": "elegant-status",
  "version": "1.1.0",
  "description": "Create elegant task status for CLI.",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js && node playground.js",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inikulin/elegant-status.git"
  },
  "keywords": [
    "status",
    "elegant",
    "spinner",
    "cli",
    "process",
    "task"
  ],
  "author": "Ivan Nikulin (ifaaan@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inikulin/elegant-status/issues"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/inikulin/elegant-status#readme",
  "dependencies": {
    "chalk": "^1.1.1",
    "elegant-spinner": "^1.0.1",
    "log-update": "^1.0.2",
    "os-family": "^1.0.0"
  },
  "devDependencies": {
    "eslint": "^1.10.3",
    "publish-please": "^2.1.1"
  }
}
