gulp-jsbeautifier
Version:
js-beautify for Gulp
81 lines (80 loc) • 1.74 kB
JSON
{
"name": "gulp-jsbeautifier",
"description": "js-beautify for Gulp",
"version": "3.0.1",
"homepage": "https://github.com/tarunc/gulp-jsbeautifier",
"author": {
"name": "Tarun Chaudhry",
"url": "https://github.com/tarunc"
},
"contributors": [
{
"name": "Simone Biassoni",
"url": "https://github.com/biasso"
},
{
"name": "Denny Ayard",
"url": "https://github.com/djayard"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tarunc/gulp-jsbeautifier.git"
},
"bugs": {
"url": "https://github.com/tarunc/gulp-jsbeautifier/issues"
},
"license": "MIT",
"main": "index.js",
"files": [
"CHANGELOG.md",
"LICENSE.md",
"README.md",
"index.js"
],
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint . --ignore-path .gitignore",
"test": "nyc --reporter=html --reporter=text mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"cosmiconfig": "^5.2.1",
"fancy-log": "^1.3.3",
"js-beautify": "^1.10.1",
"lodash.mergewith": "^4.6.2",
"plugin-error": "^1.0.1",
"through2": "^3.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.5",
"del": "^4.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"sinon": "^7.3.2",
"vinyl": "^2.2.0"
},
"keywords": [
"beautifier",
"beautify",
"css",
"format",
"gulp",
"gulpplugin",
"html",
"indent",
"javascript",
"js-beautify",
"js",
"jsbeautifier",
"json",
"prettify"
]
}