UglifyJS/package.json

33 lines
967 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",
2012-10-03 10:19:00 +00:00
"main": "tools/node.js",
"version": "0.9.0",
2012-10-03 10:19:00 +00:00
"engines": { "node" : ">=0.4.0" },
"maintainers": [{
"name": "Pavol Bielik",
"email": "pavol.bielik@inf.ethz.ch",
"web": "http://www.srl.inf.ethz.ch/bielik"
2012-10-03 10:19:00 +00:00
}],
"repository": {
2012-10-03 10:19:00 +00:00
"type": "git",
"url": "https://github.com/eth-srl/UnuglifyJS"
},
2012-10-03 10:19:00 +00:00
"dependencies": {
2014-07-09 15:01:23 +00:00
"source-map" : "0.1.34",
2015-01-01 06:04:54 +00:00
"yargs": "~1.3.3",
"colors": "~1.0.3"
2013-08-01 04:51:09 +00:00
},
"devDependencies": {
"escodegen": "~1.3.3",
"esfuzz": "~0.3.1",
"estraverse": "~1.5.1"
2012-10-03 10:19:00 +00:00
},
"bin": {
"unuglifyjs" : "bin/unuglifyjs"
2012-10-03 10:19:00 +00:00
},
2014-07-28 20:49:44 +00:00
"license": "BSD",
2012-10-03 10:19:00 +00:00
"scripts": {"test": "node test/run-tests.js"}
}