{
  "name": "globwatcher",
  "version": "1.4.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": {
    "clean": "rm -rf lib test/lib",
    "distclean": "npm run clean && rm -rf node_modules npm-debug.log",
    "prepublish": "babel --source-maps --out-dir lib src && babel --source-maps --out-dir test/lib test/src",
    "test": "mocha -R spec --colors test/lib"
  },
  "dependencies": {
    "bluebird": "*",
    "glob": "*",
    "lodash": "*",
    "minimatch": "*"
  },
  "devDependencies": {
    "babel": "*",
    "mocha": "*",
    "mocha-sprinkles": "*",
    "shelljs": "*",
    "should": "*",
    "source-map-support": "*",
    "touch": "*"
  },
  "main": "./lib/globwatcher/globwatcher",
  "files": [
    "lib",
    "test"
  ]
}
