mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
34 lines
667 B
JSON
34 lines
667 B
JSON
{
|
|
"name": "js-beautify",
|
|
"version": "0.1.2",
|
|
"description": "jsbeautifier.org for node",
|
|
"main": "beautify.js",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"jsbeautify": "./cli.js"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "./tests/beautify-tests.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/evocateur/js-beautify.git"
|
|
},
|
|
"keywords": [
|
|
"beautify",
|
|
"beautifier",
|
|
"code-quality"
|
|
],
|
|
"author": "Einar Lielmanis <einar@jsbeautifier.org>",
|
|
"contributors": [
|
|
"Daniel Stockman <daniel.stockman@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"optimist": "~0.3.4"
|
|
}
|
|
}
|