2012-10-03 10:19:00 +00:00
{
2015-01-26 16:12:47 +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" ,
2015-01-26 16:12:47 +00:00
"version" : "0.9.0" ,
2012-10-03 10:19:00 +00:00
"engines" : { "node" : ">=0.4.0" } ,
"maintainers" : [ {
2015-01-26 16:12:47 +00:00
"name" : "Pavol Bielik" ,
2015-01-26 18:51:13 +00:00
"email" : "pavol.bielik@inf.ethz.ch"
2012-10-03 10:19:00 +00:00
} ] ,
2013-05-19 11:24:33 +00:00
"repository" : {
2012-10-03 10:19:00 +00:00
"type" : "git" ,
2015-01-26 16:12:47 +00:00
"url" : "https://github.com/eth-srl/UnuglifyJS"
2013-05-19 11:24:33 +00:00
} ,
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" ,
2015-01-26 16:12:47 +00:00
"colors" : "~1.0.3"
2013-08-01 04:51:09 +00:00
} ,
2014-08-03 17:48:59 +00:00
"devDependencies" : {
2015-01-26 18:51:13 +00:00
"acorn" : "~0.6.0" ,
2014-08-03 17:48:59 +00:00
"escodegen" : "~1.3.3" ,
"esfuzz" : "~0.3.1" ,
2015-01-26 16:12:47 +00:00
"estraverse" : "~1.5.1"
2012-10-03 10:19:00 +00:00
} ,
"bin" : {
2015-01-26 16:12:47 +00:00
"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" }
}