UNPKG

grunt-node-optimize

Version:

A grunt task for node-optimizer. Optimize a node project to a single JS file for distribution release.

36 lines (35 loc) 909 B
{ "name": "grunt-node-optimize", "version": "1.2.1", "description": "A grunt task for node-optimizer. Optimize a node project to a single JS file for distribution release.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/danielgindi/grunt-node-optimize" }, "keywords": [ "node.js", "optimize", "compact", "distribute", "production", "uglify", "uglify-js", "grunt" ], "files": [ "tasks", "LICENSE" ], "author": "Daniel Cohen Gindi <danielgindi@gmail.com> (https://github.com/danielgindi)", "license": "MIT", "bugs": { "url": "https://github.com/danielgindi/grunt-node-optimize/issues" }, "homepage": "https://github.com/danielgindi/grunt-node-optimize", "dependencies": { "node-optimize": "1.2.*" } }