UNPKG

994 BJSONView Raw
1{
2 "name": "html",
3 "version": "0.0.10",
4 "description": "HTML pretty printer CLI utility (based on jsbeautifier)",
5 "author": "Max Ogden <max@maxogden.com> (http://maxogden.com)",
6 "contributors": [
7 "Nochum Sossonko <nsossonko@hotmail.com>",
8 "Einar Lielmanis <elfz@laacz.lv>"
9 ],
10 "keywords": [
11 "html",
12 "tabifier",
13 "beautifier",
14 "prettyprinter",
15 "prettifier",
16 "pretty",
17 "command",
18 "shell"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/maxogden/commonjs-html-prettyprinter.git"
23 },
24 "bin": {
25 "html": "./bin/html.js"
26 },
27 "main": "lib/html.js",
28 "bugs": {
29 "url": "https://github.com/maxogden/commonjs-html-prettyprinter/issues"
30 },
31 "homepage": "https://github.com/maxogden/commonjs-html-prettyprinter",
32 "dependencies": {
33 "concat-stream": "^1.4.7",
34 "glob": "^3.1.13"
35 },
36 "devDependencies": {},
37 "scripts": {
38 "test": "echo \"Error: no test specified\" && exit 1"
39 },
40 "license": "BSD"
41}