|
@@ -0,0 +1,18 @@
|
|
|
+{
|
|
|
+ "name": "gitbook-plugin",
|
|
|
+ "description": "Sample plugin for GitBook",
|
|
|
+ "version": "0.0.1",
|
|
|
+ "engines": {
|
|
|
+ "gitbook": "*",
|
|
|
+ "node": "*"
|
|
|
+ },
|
|
|
+ "homepage": "https://github.com/GitbookIO/gitbook-plugin",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/GitbookIO/gitbook-plugin.git"
|
|
|
+ },
|
|
|
+ "license": "Apache 2",
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/GitbookIO/gitbook-plugin/issues"
|
|
|
+ }
|
|
|
+}
|