summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-livereload/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-plugin-livereload/package.json')
-rw-r--r--packages/gitbook-plugin-livereload/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-livereload/package.json b/packages/gitbook-plugin-livereload/package.json
new file mode 100644
index 0000000..80dc217
--- /dev/null
+++ b/packages/gitbook-plugin-livereload/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "gitbook-plugin-livereload",
+ "description": "Live reloading for your gitbook",
+ "main": "index.js",
+ "version": "0.0.1",
+ "engines": {
+ "gitbook": "*"
+ },
+ "homepage": "https://github.com/davidagraf/gitbook-plugin-livereload",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/davidagraf/gitbook-plugin-livereload.git"
+ },
+ "license": "Apache 2",
+ "bugs": {
+ "url": "https://github.com/davidagraf/gitbook-plugin-livereload/issues"
+ }
+}