Command line interface to http://jsnice.org.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
733 B

{
"name": "jsnice",
"version": "0.2.0",
"description": "Run JSNice on your javascripts",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"jsnice": "bin/jsnice"
},
"repository": {
"type": "git",
"url": "git://github.com/brettlangdon/jsnice.git"
},
"keywords": [
"js",
"nice",
"jsnice",
"unminify",
"minify",
"deobfuscation",
"obfuscation"
],
"author": "Brett Langdon <brett@blangdon.com> (http://brett.is)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brettlangdon/jsnice/issues"
},
"homepage": "https://github.com/brettlangdon/jsnice",
"dependencies": {
"docopt": "~0.4.0"
}
}