gitbook-plugin-canonical-link
Version:
add canonical link to gitbook
41 lines (40 loc) • 828 B
JSON
{
"name": "gitbook-plugin-canonical-link",
"repository": {
"type": "git",
"url": "git+https://github.com/azu/gitbook-plugin-canonical-link.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/azu/gitbook-plugin-canonical-link",
"license": "MIT",
"bugs": {
"url": "https://github.com/azu/gitbook-plugin-canonical-link/issues"
},
"version": "2.0.3",
"description": "add canonical link to gitbook",
"engines": {
"gitbook": "*"
},
"files": [
"_layouts/"
],
"directories": {
"test": "test"
},
"scripts": {},
"keywords": [
"gitbook",
"gitbook-plugin",
"header"
],
"gitbook": {
"properties": {
"baseURL": {
"type": "string",
"description": "Base URL",
"required": true
}
}
}
}