All checks were successful
continuous-integration/drone/push Build is passing
29 lines
584 B
JSON
29 lines
584 B
JSON
{
|
|
"name": "hexo-simple-toc",
|
|
"description": "Lightweight ToC generator for Hexo",
|
|
"version": "1.0.0",
|
|
"author": "uetchy <y@uechi.io>",
|
|
"scripts": {},
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"handler.js"
|
|
],
|
|
"dependencies": {
|
|
"jsdom": "^20.0.3"
|
|
},
|
|
"homepage": "https://github.com/uetchy/hexo-simple-toc",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uetchy/hexo-simple-toc.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/uetchy/hexo-simple-toc/issues"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"hexo",
|
|
"toc"
|
|
]
|
|
}
|