package.json 431 B

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