js-beautify/package.json

43 lines
957 B
JSON
Raw Normal View History

2012-07-13 23:52:34 +00:00
{
"name": "js-beautify",
2012-07-16 21:15:08 +00:00
"version": "0.1.6",
2012-07-13 23:52:34 +00:00
"description": "jsbeautifier.org for node",
"main": "beautify.js",
2012-07-13 23:55:19 +00:00
"preferGlobal": true,
"bin": {
"jsbeautify": "./cli.js"
},
2012-07-13 23:52:34 +00:00
"directories": {
"test": "tests"
},
"scripts": {
"test": "./tests/beautify-tests.js"
},
"repository": {
"type": "git",
"url": "git://github.com/evocateur/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>",
2012-07-13 23:52:34 +00:00
"Daniel Stockman <daniel.stockman@gmail.com>"
],
"license": "MIT",
2012-07-16 20:38:18 +00:00
"engines": {
"node": ">=0.6.x"
},
"engineStrict": true,
2012-07-13 23:52:34 +00:00
"dependencies": {
"optimist": "~0.3.4"
}
}