{ "name": "openhab-docs", "version": "3.0.0", "description": "openHAB Documentation", "main": "index.js", "scripts": { "prepare-docs": "ruby prepare-docs.rb", "build-preview": "ruby prepare-docs.rb --delete-sources && vuepress build .", "build-only": "vuepress build ." }, "repository": { "type": "git", "url": "git+https://github.com/openhab/openhab-docs.git" }, "author": "", "license": "EPL-2.0", "bugs": { "url": "https://github.com/openhab/openhab-docs/issues" }, "homepage": "https://github.com/openhab/openhab-docs#readme", "dependencies": { "vue-tabs-component": "^1.5.0", "vuepress": "^1.5.0", "vuepress-plugin-container": "^2.1.4", "vuepress-plugin-tabs": "^0.3.0", "webpack-serve": "^3.1.1" } }