mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 08:35:10 +00:00
29 lines
676 B
JSON
29 lines
676 B
JSON
{
|
|
"name": "gitbook-plugin-sharing",
|
|
"description": "Sharing button in the toolbar",
|
|
"main": "index.js",
|
|
"browser": "./_assets/theme.js",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"gitbook-core": "^0.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"gitbook-plugin": "*"
|
|
},
|
|
"engines": {
|
|
"gitbook": ">=3.0.0"
|
|
},
|
|
"scripts": {
|
|
"build-js": "gitbook-plugin build ./src/index.js ./_assets/theme.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"
|
|
}
|
|
}
|