facilmap/docs/package.json

19 wiersze
488 B
JSON
Czysty Zwykły widok Historia

2021-04-04 13:34:13 +00:00
{
"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",
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap.git"
2021-04-04 13:34:13 +00:00
},
"license": "AGPL-3.0",
"scripts": {
"dev-server": "vuepress dev src",
"build": "vuepress build src"
},
"devDependencies": {
"vuepress": "^1.5.3"
}
}