UNPKG

686 BJSONView Raw
1{
2 "name": "uglifyify",
3 "version": "1.0.0",
4 "description": "A browserify transform which minifies your code using UglifyJS2",
5 "main": "index.js",
6 "dependencies": {
7 "uglify-js": "2.x.x",
8 "through": "~2.3.4"
9 },
10 "devDependencies": {},
11 "scripts": {
12 "test": "echo \"Error: no test specified\" && exit 1"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/hughsk/uglifyify.git"
17 },
18 "keywords": [
19 "uglify",
20 "minify",
21 "compress",
22 "compile",
23 "browserify",
24 "transform",
25 "stream"
26 ],
27 "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com/)",
28 "license": "MIT",
29 "readmeFilename": "README.md"
30}