UNPKG

gitbook-plugin-forkmegit

Version:

Display a 'Fork me on Gitcode' ribbon in your GitBook with customizable colors and responsive design

54 lines 1.23 kB
{ "name": "gitbook-plugin-forkmegit", "version": "1.0.4", "description": "Display a 'Fork me on Gitcode' ribbon in your GitBook with customizable colors and responsive design", "main": "index.js", "files": [ "index.js", "assets/", "README.md", "LICENSE" ], "scripts": { "test": "echo \"No tests specified\"" }, "repository": { "type": "git", "url": "git+https://gitcode.com/nutpi/gitbook-plugin-forkmegit.git" }, "author": { "name": "Jianguo", "email": "jianguo@nutpi.com" }, "keywords": [ "gitbook", "gitbook-plugin", "gitcode", "forkme", "ribbon", "plugin" ], "license": "MIT", "bugs": { "url": "https://gitcode.com/nutpi/gitbook-plugin-forkmegit/issues" }, "homepage": "https://gitcode.com/nutpi/gitbook-plugin-forkmegit#readme", "engines": { "gitbook": ">=2.5.0" }, "gitbook": { "properties": { "url": { "type": "string", "required": true, "title": "URL to your gitcode repository" }, "color": { "type": "string", "default": "gray", "title": "Color of ribbon", "enum": ["gray", "darkblue", "red", "orange", "green"] } } } }