{ "name": "js-beautify", "version": "1.8.0-rc8", "description": "jsbeautifier.org for node", "main": "js/index.js", "bin": { "css-beautify": "./js/bin/css-beautify.js", "html-beautify": "./js/bin/html-beautify.js", "js-beautify": "./js/bin/js-beautify.js" }, "directories": { "lib": "js/lib", "test": "js/test" }, "files": [ "js/bin/", "js/lib/*.js", "js/lib/unpackers/", "js/index.js", "js/src/**/*" ], "scripts": {}, "bugs": "https://github.com/beautify-web/js-beautify/issues", "homepage": "http://jsbeautifier.org/", "repository": { "type": "git", "url": "git://github.com/beautify-web/js-beautify.git" }, "keywords": [ "beautify", "beautifier", "code-quality" ], "author": "Einar Lielmanis ", "contributors": [ "Vital Batmanov ", "Chris J. Shull ", "Gian Marco Gherardi ", "Stan ", "Vittorio Gambaletta ", "Daniel Stockman ", "Harutyun Amirjanyan ", "Nochum Sossonko ", "Liam Newman " ], "license": "MIT", "dependencies": { "config-chain": "~1.1.5", "editorconfig": "^0.15.0", "mkdirp": "~0.5.0", "nopt": "~4.0.1", "npm": "^6.2.0" }, "devDependencies": { "benchmark": "^2.1.4", "jshint": "~2.9.1", "mocha": "^5.2.0", "mustache": "~2.3.0", "node-static": "^0.7.10", "requirejs": "^2.3.3", "webpack": "^4.16.2", "webpack-command": "^0.4.1" } }