mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 20:22:29 +00:00
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [gulp-sass](https://github.com/dlmanning/gulp-sass) and [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together. Removes `tough-cookie` Updates `gulp-sass` from 4.1.0 to 5.1.0 - [Release notes](https://github.com/dlmanning/gulp-sass/releases) - [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.1.0...v5.1.0) Updates `node-sass` from 7.0.0 to 9.0.0 - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v7.0.0...v9.0.0) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: gulp-sass dependency-type: direct:production - dependency-name: node-sass 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": "4.0.2",
|
|
"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"
|
|
}
|
|
}
|