js-beautify/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2012-07-13 16:52:34 -07:00
{
"name": "js-beautify",
2013-03-18 18:55:52 -07:00
"version": "0.4.1",
2012-07-13 16:52:34 -07:00
"description": "jsbeautifier.org for node",
"main": "index.js",
2012-07-13 16:55:19 -07:00
"preferGlobal": true,
"bin": {
"css-beautify": "./cli.js",
"html-beautify": "./cli.js",
"js-beautify": "./cli.js"
},
2012-07-13 16:52:34 -07:00
"directories": {
"test": "tests"
},
"scripts": {
2012-12-05 11:39:15 -08:00
"test": "node ./tests/beautify-tests.js"
2012-07-13 16:52:34 -07:00
},
"repository": {
"type": "git",
"url": "git://github.com/evocateur/js-beautify.git#node-package"
2012-07-13 16:52:34 -07:00
},
"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"
2012-07-13 16:52:34 -07:00
],
"license": "MIT",
"dependencies": {
2013-03-13 11:29:41 -07:00
"config-chain": "~1.1.5",
"nopt": "~2.1.1"
2012-07-13 16:52:34 -07:00
}
}