js-beautify/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2012-07-13 23:52:34 +00:00
{
"name": "js-beautify",
2013-03-19 01:55:52 +00:00
"version": "0.4.1",
2012-07-13 23:52:34 +00:00
"description": "jsbeautifier.org for node",
"main": "index.js",
2012-07-13 23:55:19 +00:00
"preferGlobal": true,
"bin": {
"css-beautify": "./cli.js",
"html-beautify": "./cli.js",
"js-beautify": "./cli.js"
},
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": [
"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 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
}
}