facilmap/docs/package.json

23 wiersze
579 B
JSON
Executable File

{
"name": "facilmap-docs",
"version": "0.0.1",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"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"
},
"devDependencies": {
"vuepress": "^1.5.3"
},
"dependencies": {
"markdown-it-footnote": "^3.0.2"
}
}