Files
roll20-character-sheets/Ironcrunch/src/package.json
T

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"
}
}