summary refs log tree commit diff
path: root/package.json
blob: 0fa46c7a9a40e7bffb97be29e3132f98fb1846d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "fosscord-server",
	"version": "1.0.0",
	"description": "A Fosscord server written in Node.js",
	"workspaces": ["api", "bundle", "cdn", "gateway", "webrtc"],
	"scripts": {},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/fosscord/fosscord-server.git"
	},
	"author": "Fosscord",
	"license": "AGPLV3",
	"bugs": {
		"url": "https://github.com/fosscord/fosscord-server/issues"
	},
	"homepage": "https://fosscord.com"
}