20 lines
413 B
JSON
Executable File
20 lines
413 B
JSON
Executable File
{
|
|
"name": "Lilium",
|
|
"version": "0.0.1",
|
|
"description": "Lilium",
|
|
"main": "index.js",
|
|
"authors": {
|
|
"name": "Lilium ",
|
|
"email": "informatica@verdnatura.es"
|
|
},
|
|
"repository": "https://gitea.verdnatura.es/verdnatura/salix-front/Lilium",
|
|
"scripts": {
|
|
"dev": "vuepress dev src",
|
|
"build": "vuepress build src"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"vuepress": "^1.5.3"
|
|
}
|
|
}
|