-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "highlight.js",
"description": "Syntax highlighting with language autodetection.",
"keywords": [
"highlight",
"syntax"
],
"homepage": "https://highlightjs.org/",
"version": "9.18.5",
"author": {
"name": "Ivan Sagalaev",
"email": "maniac@softwaremaniacs.org"
},
"contributors": [],
"bugs": {
"url": "https://github.com/highlightjs/highlight.js/issues"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/highlightjs/highlight.js.git"
},
"main": "./lib/index.js",
"scripts": {
"mocha": "mocha",
"test": "mocha --globals document test",
"postinstall": "node deprecated.js",
"test-browser": "mocha --globals document test/browser"
},
"engines": {
"node": "*"
},
"devDependencies": {
"bluebird": "^3.5.5",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"commander": "^4.0.0",
"del": "^5.1.0",
"gear": "github:highlightjs/gear",
"gear-lib": "github:highlightjs/gear-lib",
"glob": "^7.1.4",
"handlebars": "^4.5.3",
"js-beautify": "^1.10.2",
"jsdom": "^16.0.1",
"lodash": "^4.17.15",
"mocha": "^6.2.0",
"rollup": "^1.27.8",
"rollup-plugin-commonjs": "^10.1.0",
"should": "^13.2.3",
"tiny-worker": "^2.3.0"
},
"dependencies": {}
}