{
  "name": "grunt-este-watch",
  "version": "0.1.18",
  "description": "Run predefined tasks whenever watched file changes. LiveReload included.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/steida/grunt-este-watch.git"
  },
  "keywords": [
    "Node",
    "Watch",
    "gruntplugin",
    "LiveReload"
  ],
  "dependencies": {
    "semver": "^3.0.1",
    "tiny-lr-fork": "0.0.5"
  },
  "devDependencies": {
    "grunt": "^0.4.4",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-release": "^0.7.0"
  },
  "author": "Daniel Steigerwald",
  "license": "MIT",
  "readmeFilename": "README.md",
  "scripts": {
    "test": "grunt test"
  },
  "bugs": {
    "url": "https://github.com/steida/grunt-este-watch/issues"
  },
  "engines": {
    "node": ">= 0.9.2"
  }
}
