UglifyJS/package.json

29 lines
741 B
JSON
Raw Normal View History

2012-10-03 10:19:00 +00:00
{
"name": "unuglify-js",
"description": "JavaScript tool that renames variables and parameters to names based on statistical model learnt from thousands of open source projects",
"homepage": "https://github.com/eth-srl/UnuglifyJS",
"license": "BSD",
"version": "0.9.5",
"engines": { "node" : ">=0.8.0" },
"maintainers": [{
"name": "Pavol Bielik",
"email": "pavol.bielik@inf.ethz.ch"
}],
"repository": "/eth-srl/UnuglifyJS",
"main": "tools/node.js",
"bin": {
"unuglifyjs" : "bin/unuglifyjs"
},
"dependencies": {
"yargs": "~1.3.3",
"colors": "~1.0.3"
},
"devDependencies": {
"acorn": "~8.7.1",
2019-10-05 19:10:12 +00:00
"semver": "~6.3.0"
},
"scripts": {
"test": "node test/feature_extraction.js"
}
2012-10-03 10:19:00 +00:00
}