package.json 389 B

1234567891011121314151617
  1. {
  2. "name": "watchpack-chokidar2",
  3. "version": "2.0.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/webpack/watchpack.git"
  7. },
  8. "author": "Tobias Koppers @sokra",
  9. "license": "MIT",
  10. "bugs": {
  11. "url": "https://github.com/webpack/watchpack/issues"
  12. },
  13. "homepage": "https://github.com/webpack/watchpack",
  14. "dependencies": {
  15. "chokidar": "^2.1.8"
  16. }
  17. }