mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 14:42:31 +00:00
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) Updates `gulp` from 4.0.2 to 5.0.0 - [Release notes](https://github.com/gulpjs/gulp/releases) - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: gulp dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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": "5.0.0",
|
|
"gulp-pug": "5.0.0",
|
|
"gulp-sass": "5.0.0",
|
|
"pug": "3.0.2",
|
|
"sass": "1.37.0"
|
|
}
|
|
}
|