mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@2.0.4...pug@3.0.1) Signed-off-by: dependabot[bot] <support@github.com>
23 lines
671 B
JSON
23 lines
671 B
JSON
{
|
|
"name": "ironcrunch",
|
|
"version": "0.0.1",
|
|
"description": "Roll20 character sheet for the RPG ironcrunch",
|
|
"main": "ironcrunch.html",
|
|
"scripts": {
|
|
"build:pug": "NODE_OPTIONS=--max-old-space-size=8192 pug -w . -o ../dist -P",
|
|
"build:pug:win": "pug -w . -o ../dist -P",
|
|
"build:css": "stylus -w . -o ../dist",
|
|
"lint:pug": "pug-lint",
|
|
"lint:css": "stlint",
|
|
"migrate": "mv ../dist/Ironcrunch.html ../Ironcrunch.html && mv ../dist/Ironcrunch.css ../Ironcrunch.css"
|
|
},
|
|
"author": "Ayethin",
|
|
"dependencies": {
|
|
"pug": "3.0.1",
|
|
"pug-cli": "1.0.0-alpha6",
|
|
"pug-lint": "2.6.0",
|
|
"stlint": "1.0.62",
|
|
"stylus": "0.54.7"
|
|
}
|
|
}
|