From 44246175c86b8b6425d12bfdf785db10587dc5a1 Mon Sep 17 00:00:00 2001 From: Renat Zubairov Date: Mon, 19 Aug 2013 15:42:40 +0200 Subject: [PATCH] Added license type and reference to LICENSE file to the package.json --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" + } + ] }