123456789101112131415161718 |
- {
- "name": "gitbook-plugin",
- "description": "Sample plugin for GitBook",
- "main": "index.js",
- "version": "0.0.2",
- "engines": {
- "gitbook": "*"
- },
- "homepage": "https://github.com/GitbookIO/plugin",
- "repository": {
- "type": "git",
- "url": "https://github.com/GitbookIO/plugin.git"
- },
- "license": "Apache 2",
- "bugs": {
- "url": "https://github.com/GitbookIO/plugin/issues"
- }
- }
|