mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
2ff25bad5c
Closes #212
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "js-beautify",
|
|
"version": "0.4.2",
|
|
"description": "jsbeautifier.org for node",
|
|
"main": "index.js",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"css-beautify": "./bin/css-beautify.js",
|
|
"html-beautify": "./bin/html-beautify.js",
|
|
"js-beautify": "./bin/js-beautify.js"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./tests/node-beautify-tests.js"
|
|
},
|
|
"bugs": "https://github.com/einars/js-beautify/issues",
|
|
"homepage": "http://jsbeautifier.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/einars/js-beautify.git"
|
|
},
|
|
"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>",
|
|
"Liam Newman <bitwiseman@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"config-chain": "~1.1.5",
|
|
"nopt": "~2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "1.1.0"
|
|
}
|
|
}
|