19 lines
523 B
JSON
19 lines
523 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|