22 lines
445 B
JSON
22 lines
445 B
JSON
|
{
|
||
|
"name": "bd-chapril",
|
||
|
"version": "1.1.0",
|
||
|
"description": "BD service of Chapril",
|
||
|
"scripts": {
|
||
|
"serve": "lite-server ./index.html",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.gnous.eu/Alnotz/bd-chapril.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"BD"
|
||
|
],
|
||
|
"author": "Alnotz",
|
||
|
"license": "GPL-3.0-only",
|
||
|
"devDependencies": {
|
||
|
"lite-server": "^2.6.1"
|
||
|
}
|
||
|
}
|