UNPKG

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