generated from Nereare/Template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 881 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
{
"name": "stat-block-md-converter",
"description": "Markdown converter from 5e.tools homebrew tools to Homebrewery v3",
"version": "1.1.0",
"maintainers": [
{
"name": "Igor Padoim",
"email": "igorpadoim@gmail.com",
"web": "https://nereare.com/"
}
],
"bugs": {
"web": "https://github.com/Nereare/stat-block-md-converter/issues"
},
"license": "WTFPL",
"main": "index.html",
"repository": "https://github.com/Nereare/stat-block-md-converter.git",
"author": "Igor Padoim <igorpadoim@gmail.com>",
"private": false,
"dependencies": {
"@creativebulma/bulma-divider": "^1.1.0",
"@mdi/font": "^6.9.96",
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
"clipboard": "^2.0.11",
"jquery": "^3.6.0",
"normalize.css": "^8.0.1",
"typeface-montserrat": "^1.1.13",
"typeface-roboto-mono": "^1.1.13"
}
}