gmi-web/package.json

27 lines
506 B
JSON
Raw Normal View History

2021-01-27 23:29:01 +00:00
{
"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"
}