mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 04:40:06 +00:00
7125fd05c2
Jumping past 1.0 to avoid conflicts with any other package versions.
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "js-beautify",
|
|
"version": "1.2.0",
|
|
"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>",
|
|
"Harutyun Amirjanyan <amirjanyan@gmail.com>",
|
|
"Nochum Sossonko <nsossonko@hotmail.com>",
|
|
"Liam Newman <bitwiseman@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"config-chain": "~1.1.5",
|
|
"nopt": "~2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "1.1.0"
|
|
}
|
|
}
|