27 lines
506 B
JSON
27 lines
506 B
JSON
|
{
|
||
|
"name": "gmi-web",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A bridge between the HTML and Gemini",
|
||
|
"main": "bin/gmi-web.js",
|
||
|
"dependencies": {
|
||
|
"minify": "^6.0.1"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://codeberg.org/talon/gmi-web.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"gemini",
|
||
|
"css",
|
||
|
"html",
|
||
|
"web",
|
||
|
"gmi"
|
||
|
],
|
||
|
"author": "Talon Poole",
|
||
|
"license": "CC0-1.0"
|
||
|
}
|