mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 12:42:32 +00:00
38 lines
729 B
JSON
38 lines
729 B
JSON
{
|
|
"name": "arc",
|
|
"version": "1.0.0",
|
|
"description": "Roll20 character sheet for ARC: Doom Tabletop RPG",
|
|
"main": "arc.html",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"watch": "gulp watch"
|
|
},
|
|
"author": "Morgdalaine",
|
|
"funding": [
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/morgdalaine"
|
|
},
|
|
{
|
|
"type": "ko-fi",
|
|
"url": "https://ko-fi.com/morgdalaine"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/morgdalaine/",
|
|
"directory": "ARC"
|
|
},
|
|
"keywords": [
|
|
"Roll20"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"gulp": "4.0.2",
|
|
"gulp-pug": "5.0.0",
|
|
"gulp-sass": "5.0.0",
|
|
"pug": "3.0.2",
|
|
"sass": "1.37.0"
|
|
}
|
|
}
|