{
  "name": "wiper",
  "version": "1.3.0",
  "description": "A command line tool that gaze at your file changes and do a tiny-lr when needed",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitinn/wiper.git"
  },
  "keywords": [
    "watch",
    "livereload"
  ],
  "author": "David Frank",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bitinn/wiper/issues"
  },
  "homepage": "https://github.com/bitinn/wiper",
  "devDependencies": {
    "chai": "^2.2.0",
    "mocha": "^2.2.4"
  },
  "bin": "index.js",
  "dependencies": {
    "chokidar": "^1.0.1",
    "debug": "^2.1.3",
    "minimist": "^1.1.1",
    "tiny-lr": "^0.1.5"
  }
}
