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.
23 lines (22 loc) • 501 B
JSON
{
"name": "js-graph",
"version": "0.1.0-r3",
"description": "a javascript library for storing arbitrary data in mathematical (di)graphs, as well as traversing and analyzing them in various ways",
"ignore": [
"lib",
"spec",
"src",
"node_modules",
"bower_components",
"Gruntfile.js",
"package.json",
"bower.json",
".travis.yml",
".gitignore"
],
"dependencies": {},
"devDependencies": {
"requirejs": "~2.1.10",
"jasmine": "~2.0.0"
}
}