mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
41 lines
873 B
JSON
41 lines
873 B
JSON
{
|
|
"name": "CrossedFates",
|
|
"version": "1.1.0",
|
|
"description": "Roll20 character sheet for CrossedFates",
|
|
"main": "CrossedFates.html",
|
|
"scripts": {
|
|
"gulp:build": "gulp build",
|
|
"gulp:watch": "gulp watch"
|
|
},
|
|
"author": "Morgdalaine Yaho",
|
|
"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/morgdalaine-roll20",
|
|
"directory": "CrossedFates/source"
|
|
},
|
|
"keywords": [
|
|
"Roll20"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gulp": "4.0.2",
|
|
"gulp-data": "1.3.1",
|
|
"gulp-pug-3": "^1.2.2",
|
|
"gulp-sass": "^4.1.0",
|
|
"node-sass": "6.0.0",
|
|
"pug": "3.0.2",
|
|
"pug-cli": "1.0.0-alpha6",
|
|
"pug-lint": "2.6.0"
|
|
}
|
|
}
|