Files
roll20-character-sheets/Crossed-Fates/source/package.json
T
dependabot[bot] ee9453ee23 Bump node-sass from 6.0.0 to 7.0.0 in /Crossed-Fates/source
Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.0 to 7.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/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 18:32:52 +00:00

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": "7.0.0",
"pug": "3.0.2",
"pug-cli": "1.0.0-alpha6",
"pug-lint": "2.6.0"
}
}