forked from thlorenz/hermit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 820 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hermit",
"version": "0.2.2",
"description": "Prints html in the terminal using colors and simple layout to reflect the document structure.",
"main": "hermit.js",
"bin": {
"hermit": "./bin/hermit.js"
},
"scripts": {
"test": "node test/runner.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/hermit.git"
},
"keywords": [
"html",
"parser",
"terminal",
"highlight",
"console"
],
"author": "Thorsten Lorenz <[email protected]> (thlorenz.com)",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "efa3153077ef6476e906485f3698ee79024092a2",
"dependencies": {
"cardinal": "~0.4.2",
"ansistyles": "~0.1.1",
"ansicolors": "~0.2.1",
"sax": "~0.5.4"
},
"devDependencies": {
"tape": "~1.0.4"
}
}