alvin-codehighlight
Version:
代码高亮插件:CodeHighlight
24 lines (23 loc) • 537 B
JSON
{
"name": "alvin-codehighlight",
"version": "1.5.0",
"description": "代码高亮插件:CodeHighlight",
"main": "codeHighlight.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "alvinliao",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Alvinyw/CodeHighlight.git"
},
"homepage": "https://github.com/Alvinyw/CodeHighlight",
"keywords": [
"代码高亮",
"CodeHighlight"
],
"dependencies": {
"jquery": "^3.5.1"
}
}