summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJannis R <mail@jannisr.de>2020-05-01 23:21:22 +0200
committerJannis R <mail@jannisr.de>2020-05-02 16:35:49 +0200
commitfff4d0666f44781a7998174dbc700322f496676d (patch)
tree359d72b5dcc4c12c60881c9fd4c3076f3d6c3849 /package.json
init
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ed35932
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "@derhuerst/gemini",
+ "description": "An experimental Gemini server.",
+ "version": "1.0.0",
+ "main": "index.js",
+ "files": [
+ "index.js",
+ "example.js"
+ ],
+ "keywords": [
+ "gemini",
+ "protocol",
+ "server"
+ ],
+ "author": "Jannis R <mail@jannisr.de>",
+ "homepage": "https://github.com/derhuerst/todo-name",
+ "repository": "derhuerst/todo-name",
+ "bugs": "https://github.com/derhuerst/todo-name/issues",
+ "license": "ISC",
+ "engines": {
+ "node": ">=12"
+ },
+ "dependencies": {
+ },
+ "devDependencies": {
+ },
+ "scripts": {
+ }
+}