forked from CHENXCHEN/highlight.js-async-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 725 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 725 Bytes
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
{
"name": "highlight.js-async-webpack",
"version": "1.0.3",
"description": "webpack async for highlight.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CHENXCHEN/highlight.js-async-webpack.git"
},
"bugs": {
"url": "https://github.com/CHENXCHEN/highlight.js-async-webpack/issues"
},
"homepage": "https://github.com/CHENXCHEN/highlight.js-async-webpack",
"keywords": [
"highlight.js",
"async",
"highlightjs"
],
"author": "CHENXCHEN",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"highlight.js": "^9.12.0",
"path": "^0.12.7"
}
}