This commit is contained in:
Renat Zubairov 2014-07-18 11:10:54 +00:00
commit 9fdcee6dc2

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