facilmap/docs/package.json

25 wiersze
660 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",
2021-04-08 19:44:10 +00:00
"deploy": "./deploy.sh",
"check": "vuepress check-md src"
2021-04-04 13:34:13 +00:00
},
"devDependencies": {
2021-04-08 19:44:10 +00:00
"markdown-it-footnote": "^3.0.2",
"vuepress": "^1.5.3",
"vuepress-plugin-check-md": "^0.0.2"
2021-04-05 00:27:31 +00:00
},
"dependencies": {
2021-04-04 13:34:13 +00:00
}
}