UNPKG

node-uglifier-es

Version:

Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.

55 lines (54 loc) 1.53 kB
{ "name": "node-uglifier-es", "description": "Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.", "version": "0.5.4", "homepage": "https://github.com/zsoltszabo/node-uglifier", "repository": { "type": "git", "url": "git://github.com/zsoltszabo/node-uglifier.git" }, "author": { "name": "Lucas Neves", "email": "lcneves@gmail.com" }, "url": "https://github.com/zsoltszabo/node-uglifier", "keywords": [ "obfuscate", "total", "whole", "project", "protect", "minify", "code protect", "uglify", "mangle", "compress", "automatic", "code separation", "separate dependencies", "sub project extraction" ], "contributors": [], "dependencies": { "fs-extra": "=2.0", "optparse": ">=0.x", "seedrandom": ">=0.x", "sugar": "=2.0.4", "uglify-es": "^3.3.9", "underscore": ">=1.5.2" }, "devDependencies": { "coffeescript": "^2.3.1", "express": "4.14.0", "nodeunit": "=0.10.2" }, "engines": { "node": "> 0.6.0" }, "main": "./index.js", "scripts": { "build": "coffee -m -wco lib_compiled src", "test": "node nodeunit.js ./lib_compiled/test/unitTest.js" }, "readmeFilename": "README.md" }