UNPKG

689 BJSONView Raw
1{
2 "name": "webpack-uglify-js-plugin",
3 "version": "1.0.3",
4 "description": "Incremental Uglify JS for webpack",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/pingyuanChen/webpack-uglify-js-plugin.git"
12 },
13 "keywords": [
14 "webpack",
15 "plugin",
16 "uglifyjs"
17 ],
18 "author": "pychen",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/pingyuanChen/webpack-uglify-js-plugin/issues"
22 },
23 "homepage": "https://github.com/pingyuanChen/webpack-uglify-js-plugin",
24 "dependencies": {
25 "uglify-js": "^2.6.4",
26 "webpack-core": "^0.6.8"
27 }
28}