{ "name": "facilmap-docs", "version": "3.0.0-beta3", "description": "Documentation for FacilMap.", "author": "Candid Dauth ", "repository": { "type": "git", "url": "https://github.com/FacilMap/facilmap.git" }, "license": "AGPL-3.0", "scripts": { "dev-server": "vuepress dev src", "build": "vuepress build src", "deploy": "./deploy.sh", "check": "vuepress check-md src" }, "devDependencies": { "markdown-it-footnote": "^3.0.2", "vuepress": "^1.5.3", "vuepress-plugin-check-md": "^0.0.2" }, "dependencies": { } }