UNPKG

uglify-save-license

Version:
52 lines (51 loc) 1.24 kB
{ "name": "uglify-save-license", "version": "0.4.1", "description": "License detector for UglifyJS", "main": "./uglify-save-license.js", "scripts": { "test": "grunt build" }, "repository": { "type": "git", "url": "https://github.com/shinnn/uglify-save-license.git" }, "author": { "name": "Shinnosuke Watanabe", "url": "https://github.com/shinnn" }, "readmeFilename": "README.md", "licenses": [ { "type": "MIT", "url": "https://github.com/shinnn/uglify-save-license/blob/master/LICENSE" } ], "keywords": [ "uglify", "compression", "minification", "comment", "license", "copyright", "detection", "preservation", "banner" ], "bugs": { "url": "https://github.com/shinnn/uglify-save-license/issues" }, "homepage": "https://github.com/shinnn/uglify-save-license", "devDependencies": { "grunt": "^0.4.4", "load-grunt-tasks": "^0.4.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "^0.6.1", "grunt-contrib-uglify": "^0.4.0", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-nodeunit": "^0.3.3", "grunt-release": "^0.7.0", "grunt-replace": "^0.7.7", "semver": "^2.2.1" } }