{
  "name": "globwatcher",
  "version": "1.2.1",
  "description": "watch a set of files for changes (including create/delete) by glob patterns",
  "keywords": [ "watch" ],
  "author": "Robey Pointer <robeypointer@gmail.com>",
  "homepage": "https://github.com/robey/globwatcher",
  "repository": {
    "type": "git",
    "url": "git://github.com/robey/globwatcher.git"
  },
  "licenses": [
    {
      "type": "Apache License 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
    }
  ],

  "scripts": {
    "test": "plz test -v --color"
  },
  "dependencies": {
    "coffee-script": "*",
    "glob": "*",
    "minimatch": "*",
    "q": "*"
  },
  "devDependencies": {
    "mocha": "*",
    "shelljs": "*",
    "should": "*",
    "touch": "*"
  },
  "main": "./lib/globwatcher",
  "files": [
    "build.plz",
    "lib",
    "test"
  ]
}
