gmi-web/package.json
2021-01-28 06:09:49 +00:00

29 lines
511 B
JSON

{
"name": "gmi-web",
"version": "1.0.0",
"description": "A bridge between the HTML and Gemini",
"main": "gmi.css",
"bin": {
"gmi-web": "cli.js"
},
"dependencies": {
"minify": "^6.0.1",
"prettier": "^2.2.1",
"yargs": "^16.2.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://codeberg.org/talon/gmi-web.git"
},
"keywords": [
"gemini",
"css",
"html",
"web",
"gmi"
],
"author": "Talon Poole",
"license": "CC0-1.0"
}