{
  "name": "filewatcher-webpack-plugin",
  "version": "1.2.0",
  "description": "Watch files / folders not under webpack watch. Accepts glob pattern. Turbo powered by chokidar",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sap9433/filewatcher-webpack-plugin"
  },
  "keywords": [
    "webpack",
    "webpack file watch",
    "chokidar webpack"
  ],
  "author": "Saptarshi Chatterjee <saptarshichatterjee1@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/sap9433/filewatcher-webpack-plugin",
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4",
    "path": "^0.12.7"
  },
  "dependencies": {
    "chokidar": "^1.7.0",
    "jsx-loader": "^0.13.2",
    "node-async-require-loader": "^1.1.14",
    "node-fetch": "^1.3.3",
    "react": "^0.14.5",
    "webpack": "^1.12.9",
    "webpack-dev-server": "^1.14.0"
  }
}
