add package.json
This commit is contained in:
parent
cd25a13e4b
commit
e9d11cbd31
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue