mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.2 to 3.2.4. - [Release notes](https://github.com/mozilla/nunjucks/releases) - [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozilla/nunjucks/compare/v3.2.2...v3.2.4) --- updated-dependencies: - dependency-name: nunjucks dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
420 B
JSON
16 lines
420 B
JSON
{
|
|
"private": true,
|
|
"name": "Paranoia 25th Anniversary Edition character sheet for Roll20",
|
|
"version": "1.0.0",
|
|
"description": "Nunjucks templates and scripts to generate the final character sheet",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Guillaume Fortin-Debigar�",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nunjucks": "^3.2.4"
|
|
}
|
|
}
|