package.json 898 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "inline-manifest-webpack-plugin",
  3. "version": "3.0.1",
  4. "description": "inline your Webpack manifest.js with a script tag to save http request",
  5. "main": "index.js",
  6. "scripts": {
  7. "lint": "./node_modules/eslint/bin/eslint.js --ext .js ./"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/szrenwei/inline-manifest-webpack-plugin.git"
  12. },
  13. "keywords": [
  14. "webpack",
  15. "plugin",
  16. "manifest",
  17. "runtime",
  18. "inline-manifest-webpack-plugin"
  19. ],
  20. "author": "szrenwei <shizairw@gmail.com> (https://github.com/szrenwei)",
  21. "license": "MIT",
  22. "homepage": "https://github.com/szrenwei/inline-manifest-webpack-plugin",
  23. "dependencies": {
  24. "source-map-url": "0.4.0"
  25. },
  26. "devDependencies": {
  27. "eslint": "^2.10.2",
  28. "eslint-config-standard": "^5.3.1",
  29. "eslint-plugin-promise": "^1.1.0",
  30. "eslint-plugin-standard": "^1.3.2"
  31. }
  32. }