mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
29 lines
782 B
JSON
29 lines
782 B
JSON
{
|
|
"name": "gitbook-plugin-hints",
|
|
"description": "Defines four types of styled hint blocks: info, danger, tip, working.",
|
|
"main": "index.js",
|
|
"browser": "./_assets/plugin.js",
|
|
"version": "4.0.0",
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"gitbook-core": "4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"gitbook-plugin": "4.0.0"
|
|
},
|
|
"engines": {
|
|
"gitbook": ">=4.0.0"
|
|
},
|
|
"scripts": {
|
|
"build-js": "gitbook-plugin build ./src/index.js ./_assets/plugin.js",
|
|
"prepublish": "npm run build-js"
|
|
},
|
|
"homepage": "https://github.com/GitBookIO/gitbook",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GitBookIO/gitbook.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/GitBookIO/gitbook/issues"
|
|
}
|
|
} |