35 lines
616 B
JSON
35 lines
616 B
JSON
{
|
|
"name": "gmi-web",
|
|
"version": "1.0.0",
|
|
"description": "A bridge between the HTML and Gemini",
|
|
"main": "cli.js",
|
|
"bin": {
|
|
"gmi-web": "cli.js"
|
|
},
|
|
"man": [
|
|
"./gmi-web.1",
|
|
"gmi.css.5"
|
|
],
|
|
"dependencies": {
|
|
"map-stream": "0.0.7",
|
|
"minify": "^6.0.1",
|
|
"prettier": "^2.2.1",
|
|
"vinyl-fs": "^3.0.3",
|
|
"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": "UNLICENSE"
|
|
}
|