Added license type and reference to LICENSE file to the package.json

This commit is contained in:
Renat Zubairov 2013-08-19 15:42:40 +02:00
parent 4f09df238e
commit 44246175c8

View File

@ -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"
}
]
}