UNPKG

gitbook-plugin-icp

Version:
56 lines (55 loc) 1.24 kB
{ "name": "gitbook-plugin-icp", "version": "0.2.1", "description": "gitbook plugin for adding icp info to footer", "main": "index.js", "engines": { "gitbook": ">=2.4.3" }, "repository": { "type": "git", "url": "git+https://github.com/snowdreams1006/gitbook-plugin-icp.git" }, "keywords": [ "gitbook-plugin-icp", "icp", "website", "supervision", "footer", "modification" ], "gitbook": { "properties": { "label": { "type": "string", "title": "icp label", "required": false }, "number": { "type": "string", "title": "icp number", "required": true }, "link": { "type": "string", "title": "link url", "required": false, "default": "https://beian.miit.gov.cn/" }, "style": { "type": "object", "title": "icp number style", "required": false } } }, "author": { "name": "snowdreams1006", "email": "snowdreams1006@163.com" }, "license": "MIT", "bugs": { "url": "https://github.com/snowdreams1006/gitbook-plugin-icp/issues" }, "homepage": "https://github.com/snowdreams1006/gitbook-plugin-icp#readme" }