add package.json

This commit is contained in:
Talon Poole 2021-01-27 23:29:01 +00:00
parent cd25a13e4b
commit e9d11cbd31

26
package.json Normal file
View file

@ -0,0 +1,26 @@
{
"name": "gmi-web",
"version": "1.0.0",
"description": "A bridge between the HTML and Gemini",
"main": "bin/gmi-web.js",
"dependencies": {
"minify": "^6.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/talon/gmi-web.git"
},
"keywords": [
"gemini",
"css",
"html",
"web",
"gmi"
],
"author": "Talon Poole",
"license": "CC0-1.0"
}