29 lines
584 B
JSON
Raw Normal View History

2022-12-24 03:20:02 +09:00
{
"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"
]
}