package.json 445 B

123456789101112131415161718
  1. {
  2. "name": "gitbook-plugin",
  3. "description": "Sample plugin for GitBook",
  4. "main": "index.js",
  5. "version": "0.0.2",
  6. "engines": {
  7. "gitbook": "*"
  8. },
  9. "homepage": "https://github.com/GitbookIO/plugin",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/GitbookIO/plugin.git"
  13. },
  14. "license": "Apache 2",
  15. "bugs": {
  16. "url": "https://github.com/GitbookIO/plugin/issues"
  17. }
  18. }