@shuizheng/honkit-plugin-hatena-bookmark-pageowner
Version:
HonKit plugin for hide element
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "@shuizheng/honkit-plugin-hatena-bookmark-pageowner",
"version": "0.2.0",
"description": "HonKit plugin for hide element",
"main": "index.js",
"scripts": {
"format": "prettier --check .",
"format:fix": "prettier --write .",
"test": "cd example && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhengshui/honkit-plugin-hatena-bookmark-pageowner.git"
},
"keywords": [
"honkit",
"gitbook",
"hatena",
"hatenabookmark"
],
"author": "shuizheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhengshui/honkit-plugin-hatena-bookmark-pageowner/issues"
},
"homepage": "https://github.com/zhengshui/honkit-plugin-hatena-bookmark-pageowner#readme",
"files": [
"index.js",
"assets/"
],
"dependencies": {},
"devDependencies": {
"prettier": "2.8.7"
},
"engines": {
"honkit": ">=4.0.0"
},
"honkit": {
"properties": {
"hide": {
"type": "boolean",
"required": false
}
}
},
"prettier": {}
}