gmi-web/package.json
2021-01-29 06:15:23 +00:00

31 lines
566 B
JSON

{
"name": "gmi-web",
"version": "0.1.0",
"description": "A bridge between the HTML and Gemini",
"main": "gmi.css",
"bin": {
"gmi-web": "cli.js"
},
"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"
}