summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-livereload/package.json
diff options
context:
space:
mode:
authorDavid Graf <davidagraf@gmail.com>2014-05-15 11:28:24 +0200
committerSamy Pesse <samypesse@gmail.com>2016-10-10 16:18:34 +0200
commit10ab06a32ca4554c48562f2d99ee54c5d7f91008 (patch)
treef44bcce4379b7795bae08167a1cb5f22cbfd76a4 /packages/gitbook-plugin-livereload/package.json
parent1bc802e4c83d70c4ca0698a7d75b1b465736fe6c (diff)
downloadgitbook-10ab06a32ca4554c48562f2d99ee54c5d7f91008.zip
gitbook-10ab06a32ca4554c48562f2d99ee54c5d7f91008.tar.gz
gitbook-10ab06a32ca4554c48562f2d99ee54c5d7f91008.tar.bz2
initial commit
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"
+ }
+}