js-beautify/package.json
Daniel Stockman 7697693d13 0.4.2
2013-03-19 14:08:14 -07:00

45 lines
1.1 KiB
JSON

{
"name": "js-beautify",
"version": "0.4.2",
"description": "jsbeautifier.org for node",
"main": "index.js",
"preferGlobal": true,
"bin": {
"css-beautify": "./cli.js",
"html-beautify": "./cli.js",
"js-beautify": "./cli.js"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "node ./tests/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"
}
}