UNPKG

641 BJSONView Raw
1{
2 "name": "clean-html",
3 "version": "1.1.0",
4 "description": "HTML cleaner and beautifier",
5 "main": "index.js",
6 "dependencies": {},
7 "devDependencies": {},
8 "scripts": {
9 "test": "node test.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:Pajamaman/clean-html.git"
14 },
15 "keywords": [
16 "beautify",
17 "clean",
18 "html",
19 "pretty",
20 "tidy"
21 ],
22 "author": "Pajamaman <Pajamaman@users.noreply.github.com> (http://github.com/Pajamaman)",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/Pajamaman/clean-html/issues"
26 },
27 "homepage": "https://github.com/Pajamaman/clean-html"
28}