web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
645 B

  1. {
  2. "name": "last-call-webpack-plugin",
  3. "version": "3.0.0",
  4. "author": "Nuno Rodrigues",
  5. "description": "A Webpack plugin that allows to transform \\ modify assets just before Webpack emits them.",
  6. "dependencies": {
  7. "lodash": "^4.17.5",
  8. "webpack-sources": "^1.1.0"
  9. },
  10. "main": "src/index.js",
  11. "homepage": "http://github.com/NMFR/last-call-webpack-plugin",
  12. "repository": {
  13. "type": "git",
  14. "url": "http://github.com/NMFR/last-call-webpack-plugin.git"
  15. },
  16. "keywords": [
  17. "transform",
  18. "modify",
  19. "manipulate",
  20. "optimize",
  21. "prefix",
  22. "sufix",
  23. "webpack",
  24. "assets"
  25. ],
  26. "license": "MIT"
  27. }