package.json 851 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "progress-bar-webpack-plugin",
  3. "version": "1.11.0",
  4. "description": "A progress bar for Webpack.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/clessg/progress-bar-webpack-plugin.git"
  12. },
  13. "keywords": [
  14. "webpack",
  15. "plugin",
  16. "progress",
  17. "bar"
  18. ],
  19. "author": "Chris Gaudreau <chris@crystala.net> (https://github.com/clessg)",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/clessg/progress-bar-webpack-plugin/issues"
  23. },
  24. "homepage": "https://github.com/clessg/progress-bar-webpack-plugin#readme",
  25. "dependencies": {
  26. "chalk": "^1.1.1",
  27. "object.assign": "^4.0.1",
  28. "progress": "^1.1.8"
  29. },
  30. "peerDependencies": {
  31. "webpack": "^1.3.0 || ^2 || ^3 || ^4"
  32. }
  33. }