gmi-web/package.json

31 lines
566 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",
2021-01-28 06:09:49 +00:00
"main": "gmi.css",
"bin": {
"gmi-web": "cli.js"
},
2021-01-27 23:29:01 +00:00
"dependencies": {
2021-01-28 21:03:30 +00:00
"map-stream": "0.0.7",
2021-01-28 06:09:49 +00:00
"minify": "^6.0.1",
"prettier": "^2.2.1",
2021-01-28 21:03:30 +00:00
"vinyl-fs": "^3.0.3",
2021-01-28 06:09:49 +00:00
"yargs": "^16.2.0"
2021-01-27 23:29:01 +00:00
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://codeberg.org/talon/gmi-web.git"
},
"keywords": [
"gemini",
"css",
"html",
"web",
"gmi"
],
"author": "Talon Poole",
"license": "UNLICENSE"
2021-01-27 23:29:01 +00:00
}