-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 986 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
28
29
30
31
32
33
34
35
36
{
"name": "dnd5e_json_schema",
"author": "Brian Wendt (https://github.com/BrianWendt)",
"description": "Standardized Dungeons & Dragons JSON Schemas",
"keywords": [
"dnd",
"json-schema"
],
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/BrianWendt/dnd5e_json_schema"
},
"homepage": "https://brianwendt.github.io/dnd5e_json_schema",
"public": true,
"dependencies": {
"json-schema-md-doc": "^0.1.6"
},
"scripts": {
"doc": "node ./scripts/doc.js",
"compile": "node ./scripts/compile.js"
},
"licenses": [
{
"type": "GNU General Public License v3.0",
"url": "https://github.com/BrianWendt/dnd5e_json_schema/blob/master/LICENSE"
},
{
"type": "Open Game License",
"url": "http://www.opengamingfoundation.org/ogl.html"
}
],
"bugs": {
"url": "https://github.com/BrianWendt/dnd5e_json_schema/issues"
}
}