UNPKG

645 BJSONView Raw
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}