{ "name": "gmi-web-cli", "version": "1.0.4-rc.1", "description": "A bridge between HTML and Gemini", "main": "cli.js", "bin": { "gmi-web": "cli.js" }, "man": [ "./gmi-web.1", "gmi.css.5" ], "files": [ "UNLICENSE", "README.md", "gmi.css", "gmi.min.css", "gmi.regex.js", "tokenize.js", "to-html.js" ], "scripts": { "build": "npm install && make", "prepare": "make", "clean": "make clean" }, "dependencies": { "escape-html": "^1.0.3", "map-stream": "0.0.7", "vinyl-fs": "^3.0.3", "yargs": "^16.2.0" }, "devDependencies": { "minify": "^6.0.1", "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" }