123456789101112131415161718 |
- {
- "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"
- }
- }
|