mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +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 2.3.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits/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:production ... Signed-off-by: dependabot[bot] <support@github.com>
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": "5.0.0",
|
|
"gulp-data": "1.3.1",
|
|
"gulp-pug-3": "^1.2.2",
|
|
"gulp-sass": "^5.1.0",
|
|
"node-sass": "9.0.0",
|
|
"pug": "3.0.2",
|
|
"pug-cli": "1.0.0-alpha6",
|
|
"pug-lint": "2.6.0"
|
|
}
|
|
}
|