gitbook-plugin-custom-favicon
Version:
replaces the gitbook favicon with your own
21 lines (20 loc) • 491 B
JSON
{
"name": "gitbook-plugin-custom-favicon",
"version": "0.0.4",
"description": "replaces the gitbook favicon with your own",
"main": "index.js",
"scripts": {
"test": "echo no tests"
},
"engines": {
"gitbook": "*"
},
"homepage": "https://github.com/dtolb/gitbook-plugin-custom-favicon",
"repository": {
"type": "git",
"url": "https://github.com/dtolb/gitbook-plugin-custom-favicon"
},
"author": "Dan Tolbert",
"license": "MIT",
"dependencies": {}
}