{
  "name": "char-spinner",
  "version": "1.0.1",
  "description": "Put a little spinner on process.stderr, as unobtrusively as possible.",
  "main": "spin.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "^0.4.10"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/char-spinner"
  },
  "keywords": [
    "char",
    "spinner"
  ],
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/isaacs/char-spinner/issues"
  },
  "homepage": "https://github.com/isaacs/char-spinner"
}
