gmi-web/package.json
2021-02-19 20:44:25 +00:00

51 lines
911 B
JSON

{
"name": "gmi-web-cli",
"version": "1.0.0-rc.3",
"description": "A bridge between HTML and Gemini",
"main": "html.js",
"type": "module",
"bin": {
"gmi-web": "cli.js"
},
"man": [
"./gmi-web.1"
],
"files": [
"UNLICENSE",
"README.md",
"CONTRIBUTING.md",
"gmi-web.1",
"core.css",
"gmi.css",
"html.js",
"css.js",
"cli.js"
],
"scripts": {
"prepare": "scdoc < gmi-web.1.scd > gmi-web.1 && prettier --write ."
},
"dependencies": {
"css": "^3.0.0",
"escape-html": "^1.0.3",
"map-stream": "0.0.7",
"vinyl-fs": "^3.0.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/talon/gmi-web.git"
},
"keywords": [
"gemini",
"css",
"html",
"web",
"gmi"
],
"author": "Talon Poole",
"license": "UNLICENSE"
}