mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
* Initial Commit GammaWorld 3e This initial commit includes everything necessary to generate the sheet html, css and companion script. Insrtuctions in the README * Added sheet.json - Updated README - added preview png * Updated paths and sheet.json PR validation didn't like the html and css in a subfolder.
17 lines
397 B
JSON
17 lines
397 B
JSON
{
|
|
"name": "roll20-charactersheet-gw3",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"pug": "pug src/sheet.pug -o . -P",
|
|
"pug-watch": "pug -w src/sheet.pug -o . -P",
|
|
"scss": "node-sass src/scss -o .",
|
|
"scss-watch": "node-sass --watch src/scss -o ."
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"node-sass": "^4.14.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|