{
  "name": "grunt-focus",
  "description": "Focus and run a subset of watch targets",
  "version": "1.0.0",
  "homepage": "https://github.com/joeytrapp/grunt-focus",
  "author": {
    "name": "Joey Trapp",
    "email": "jtrapp07@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/joeytrapp/grunt-focus.git"
  },
  "bugs": {
    "url": "https://github.com/joeytrapp/grunt-focus/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/joeytrapp/grunt-focus/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": "~0.4.1",
    "grunt-contrib-watch": "~0.4.4"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "focus",
    "grunt-focus",
    "watchers",
    "grunt",
    "watch",
    "grunt-contrib-watch",
    "gruntplugin"
  ]
}
