diff --git a/package.json b/package.json index d53a57a0..a093a78b 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,11 @@ "bin": { "uglifyjs" : "bin/uglifyjs" }, - "scripts": {"test": "node test/run-tests.js"} + "scripts": {"test": "node test/run-tests.js"}, + "licenses": [ + { + "type": "BSD", + "url": "https://raw.github.com/mishoo/UglifyJS2/master/LICENSE" + } + ] }