-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 935 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
37
38
39
40
41
42
{
"name": "highlight.js-cli",
"version": "0.1.1",
"description": "use highlight.js from command line",
"homepage": "https://github.com/tzemanovic/highlight.js-cli",
"bugs": "https://github.com/tzemanovic/highlight.js-cli/issues",
"author": {
"name": "Tomas Zemanovic",
"email": "[email protected]",
"url": "https://tzemanovic.github.io"
},
"keywords": [
"highlight.js",
"cli",
"javascript",
"highlight",
"html",
"markdown"
],
"bin": {
"hljs": "./bin/hljs.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/tzemanovic/highlight.js-cli.git"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/tzemanovic/highlight.js-cli/blob/master/LICENSE"
}
],
"dependencies": {
"highlight.js": "~9.12.0",
"cheerio": "~0.22",
"cli": "~1.0.1",
"html-entities": "~1.2.1"
}
}