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
27 lines
645 B
{
|
|
"name": "last-call-webpack-plugin",
|
|
"version": "3.0.0",
|
|
"author": "Nuno Rodrigues",
|
|
"description": "A Webpack plugin that allows to transform \\ modify assets just before Webpack emits them.",
|
|
"dependencies": {
|
|
"lodash": "^4.17.5",
|
|
"webpack-sources": "^1.1.0"
|
|
},
|
|
"main": "src/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"
|
|
}
|