Files
roll20-character-sheets/GammaWorld3e/package.json
T
Noel da Costa a13948698b GammaWorld 3e - new sheet (#6388)
* 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.
2020-05-11 11:11:38 -04:00

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