package.json 529 B

12345678910111213141516171819202122
  1. {
  2. "name": "@mightyplow/inject-assets-webpack-plugin",
  3. "version": "1.1.1",
  4. "description": "webpack plugin to inject built assets into a file",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.mightyplow.net/mightyplow/inject-assets-webpack-plugin"
  12. },
  13. "keywords": [
  14. "webpack",
  15. "assets"
  16. ],
  17. "author": "mightyplow@gmail.com",
  18. "license": "ISC",
  19. "peerDependencies": {
  20. "webpack": "^4.0.0"
  21. }
  22. }