kopia lustrzana https://github.com/FacilMap/facilmap
25 wiersze
591 B
JSON
Executable File
25 wiersze
591 B
JSON
Executable File
{
|
|
"name": "facilmap-docs",
|
|
"version": "3.0.0-beta3",
|
|
"description": "Documentation for FacilMap.",
|
|
"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",
|
|
"check": "vuepress check-md src"
|
|
},
|
|
"devDependencies": {
|
|
"markdown-it-footnote": "^3.0.2",
|
|
"vuepress": "^1.5.3",
|
|
"vuepress-plugin-check-md": "^0.0.2"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|