gmi-web/package.json

35 lines
623 B
JSON
Raw Normal View History

2021-01-27 23:29:01 +00:00
{
2021-01-30 16:15:08 +00:00
"name": "@talon/gmi-web",
"version": "1.0.0-rc1",
"description": "A bridge between HTML and Gemini",
2021-01-29 06:33:54 +00:00
"main": "cli.js",
2021-01-28 06:09:49 +00:00
"bin": {
"gmi-web": "cli.js"
},
2021-01-29 18:51:53 +00:00
"man": [
"./gmi-web.1",
"gmi.css.5"
],
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
}