gmi-web/package.json
2021-02-15 17:17:16 +00:00

50 lines
863 B
JSON

{
"name": "gmi-web-cli",
"version": "1.0.1-rc.2",
"description": "A bridge between HTML and Gemini",
"main": "html.js",
"type": "module",
"bin": {
"gmi-web": "cli.js"
},
"man": [
"./gmi-web.1",
"./gmi.css.5"
],
"files": [
"UNLICENSE",
"README.md",
"gmi-web.1",
"gmi.css.5",
"gmi.css",
"html.js",
"cli.js"
],
"scripts": {
"prepare": "prettier --write ."
},
"dependencies": {
"clean-css": "^5.0.1",
"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"
}