This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/pretty/package.json
2020-11-01 22:46:04 +00:00

55 lines
1.0 KiB
JSON

{
"name": "pretty",
"description": "Some tweaks for beautifying HTML with js-beautify according to my preferences.",
"version": "2.0.0",
"homepage": "https://github.com/jonschlinkert/pretty",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/pretty",
"bugs": {
"url": "https://github.com/jonschlinkert/pretty/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"condense-newlines": "^0.2.1",
"extend-shallow": "^2.0.1",
"js-beautify": "^1.6.12"
},
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.2.0"
},
"keywords": [
"beautify",
"format",
"formatter",
"html",
"js",
"js-beautify",
"prettify",
"pretty"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}