PC/node_modules/last-call-webpack-plugin/package.json
2026-01-26 23:20:48 +08:00

28 lines
641 B
JSON

{
"name": "last-call-webpack-plugin",
"version": "2.1.2",
"author": "Nuno Rodrigues",
"description": "A Webpack plugin that allows to transform \\ modify assets just before Webpack emits them.",
"dependencies": {
"lodash": "^4.17.4",
"webpack-sources": "^1.0.1"
},
"main": "index.js",
"homepage": "http://github.com/NMFR/last-call-webpack-plugin",
"repository": {
"type": "git",
"url": "http://github.com/NMFR/last-call-webpack-plugin.git"
},
"keywords": [
"transform",
"modify",
"manipulate",
"optimize",
"prefix",
"sufix",
"webpack",
"assets"
],
"license": "MIT"
}