mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
39 lines
905 B
JSON
39 lines
905 B
JSON
{
|
|
"name": "js-beautify",
|
|
"version": "0.2.3",
|
|
"description": "jsbeautifier.org for node",
|
|
"main": "beautify.js",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"js-beautify": "./cli.js"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "./tests/beautify-tests.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/evocateur/js-beautify.git#node-package"
|
|
},
|
|
"keywords": [
|
|
"beautify",
|
|
"beautifier",
|
|
"code-quality"
|
|
],
|
|
"author": "Einar Lielmanis <einar@jsbeautifier.org>",
|
|
"contributors": [
|
|
"Vital Batmanov <vital76@gmail.com>",
|
|
"Chris J. Shull <chrisjshull@gmail.com>",
|
|
"Gian Marco Gherardi <gianmarco.gherardi@gmail.com>",
|
|
"Stan <stasson@orc.ru>",
|
|
"Vittorio Gambaletta <VittGam@vittgam.net>",
|
|
"Daniel Stockman <daniel.stockman@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"optimist": "~0.3.4"
|
|
}
|
|
}
|