UNPKG

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