mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
17 lines
574 B
JSON
17 lines
574 B
JSON
{
|
|
"name": "lames-du-cardinal-2ed",
|
|
"version": "1.0.0",
|
|
"description": "Fiche pour la seconde édition du jeu les Lames du Cardinal.",
|
|
"scripts": {
|
|
"start": "npm-run-all --parallel compile:sass compile:pug",
|
|
"compile:sass": "sass ./src/lames_cardinal.sass ./lames_cardinal.css -w --no-charset --style=expanded",
|
|
"compile:pug": "pug ./src/lames_cardinal.pug -o ./ -w -d html -P"
|
|
},
|
|
"dependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"pug": "^3.0.2",
|
|
"pug-cli": "^1.0.0-alpha6",
|
|
"sass": "^1.75.0"
|
|
}
|
|
}
|