mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
78 lines
1.7 KiB
JSON
78 lines
1.7 KiB
JSON
{
|
|
"name": "gitbook-plugin-sharing",
|
|
"description": "Sharing buttons in the toolbar",
|
|
"main": "index.js",
|
|
"browser": "./_assets/plugin.js",
|
|
"version": "4.0.0-alpha.6",
|
|
"gitbook": {
|
|
"properties": {
|
|
"facebook": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"title": "Facebook"
|
|
},
|
|
"twitter": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"title": "Twitter"
|
|
},
|
|
"google": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"title": "Google"
|
|
},
|
|
"weibo": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "Weibo"
|
|
},
|
|
"instapaper": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "Instapaper"
|
|
},
|
|
"vk": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"description": "VK"
|
|
},
|
|
"all": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"default": [
|
|
"facebook",
|
|
"google",
|
|
"twitter",
|
|
"weibo",
|
|
"instapaper"
|
|
],
|
|
"uniqueItems": true
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"gitbook-core": "^4.0.0-alpha.6"
|
|
},
|
|
"devDependencies": {
|
|
"gitbook-plugin": "^4.0.0-alpha.6"
|
|
},
|
|
"engines": {
|
|
"gitbook": ">=3.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"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|