2012-07-13 23:52:34 +00:00
|
|
|
{
|
|
|
|
"name": "js-beautify",
|
2013-03-19 20:41:28 +00:00
|
|
|
"version": "0.4.2",
|
2012-07-13 23:52:34 +00:00
|
|
|
"description": "jsbeautifier.org for node",
|
2013-03-19 18:46:45 +00:00
|
|
|
"main": "index.js",
|
2012-07-13 23:55:19 +00:00
|
|
|
"preferGlobal": true,
|
2012-07-13 23:54:36 +00:00
|
|
|
"bin": {
|
2013-03-18 19:48:28 +00:00
|
|
|
"css-beautify": "./cli.js",
|
|
|
|
"html-beautify": "./cli.js",
|
2012-07-16 21:18:35 +00:00
|
|
|
"js-beautify": "./cli.js"
|
2012-07-13 23:54:36 +00:00
|
|
|
},
|
2012-07-13 23:52:34 +00:00
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2012-12-05 19:39:15 +00:00
|
|
|
"test": "node ./tests/beautify-tests.js"
|
2012-07-13 23:52:34 +00:00
|
|
|
},
|
2013-03-19 20:10:05 +00:00
|
|
|
"bugs": "https://github.com/einars/js-beautify/issues",
|
2013-03-19 20:10:44 +00:00
|
|
|
"homepage": "http://jsbeautifier.org/",
|
2012-07-13 23:52:34 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-03-19 20:10:27 +00:00
|
|
|
"url": "git://github.com/einars/js-beautify.git"
|
2012-07-13 23:52:34 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"beautify",
|
|
|
|
"beautifier",
|
|
|
|
"code-quality"
|
|
|
|
],
|
|
|
|
"author": "Einar Lielmanis <einar@jsbeautifier.org>",
|
|
|
|
"contributors": [
|
2012-07-16 21:14:13 +00:00
|
|
|
"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>",
|
2013-03-19 19:28:59 +00:00
|
|
|
"Daniel Stockman <daniel.stockman@gmail.com>",
|
2013-03-19 20:11:35 +00:00
|
|
|
"Liam Newman <bitwiseman@gmail.com>"
|
2012-07-13 23:52:34 +00:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2013-03-13 18:29:41 +00:00
|
|
|
"config-chain": "~1.1.5",
|
|
|
|
"nopt": "~2.1.1"
|
2012-07-13 23:52:34 +00:00
|
|
|
}
|
|
|
|
}
|