summaryrefslogtreecommitdiffstats
path: root/package.json
blob: e518cacd15f51a24f26286aaf9a75ab7dbdc965a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
	"name": "@derhuerst/gemini",
	"description": "Experimental Gemini server & client.",
	"version": "1.0.0",
	"main": "index.js",
	"files": [
		"index.js",
		"server.js",
		"client.js",
		"lib",
		"examples"
	],
	"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": {
		"debug": "^4.1.1",
		"pem": "^1.14.4"
	},
	"devDependencies": {
		"create-cert": "^1.0.6"
	},
	"scripts": {
	}
}