forked from unitedfantasytoolkit/classicfantasycompendium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 778 Bytes
/
package.json
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
{
"name": "classicfantasycompendium",
"version": "0.1.1",
"description": "A compendium of Classic Fantasy classes, creatures, equipment, and more ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unitedfantasytoolkit/classicfantasycompendium.git"
},
"keywords": [
"compendium",
"osr",
"classic",
"fantasy",
"ndjson",
"foundryvtt"
],
"author": "United Fantasy Toolkit Team, AUTHORS",
"license": "SEE LICENSE IN LICENSES",
"bugs": {
"url": "https://github.com/unitedfantasytoolkit/classicfantasycompendium/issues"
},
"homepage": "https://github.com/unitedfantasytoolkit/classicfantasycompendium#readme"
}