{
  "name": "watchpack",
  "version": "0.2.9",
  "description": "",
  "main": "./lib/watchpack.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "pretest": "npm run lint",
    "test": "mocha",
    "travis": "npm run cover -- --report lcovonly",
    "lint": "eslint lib",
    "precover": "npm run lint",
    "cover": "istanbul cover node_modules/mocha/bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webpack/watchpack.git"
  },
  "author": "Tobias Koppers @sokra",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/webpack/watchpack/issues"
  },
  "homepage": "https://github.com/webpack/watchpack",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "eslint": "^0.20.0",
    "istanbul": "^0.3.13",
    "mocha": "^2.1.0",
    "rimraf": "^2.2.8",
    "should": "^6.0.1"
  },
  "dependencies": {
    "async": "^0.9.0",
    "chokidar": "^1.0.0",
    "graceful-fs": "^4.1.2"
  }
}
