UNPKG

node-optimize

Version:

Optimize a node project to a single JS file for distribution release.

32 lines (31 loc) 812 B
{ "name": "node-optimize", "version": "1.2.3", "description": "Optimize a node project to a single JS file for distribution release.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/danielgindi/node-optimize" }, "keywords": [ "node.js", "optimize", "compact", "distribute", "production", "uglify", "uglify-js" ], "author": "Daniel Cohen Gindi <danielgindi@gmail.com> (https://github.com/danielgindi)", "license": "MIT", "bugs": { "url": "https://github.com/danielgindi/node-optimize/issues" }, "homepage": "https://github.com/danielgindi/node-optimize", "dependencies": { "uglify-js": "^2.8.0" } }