Files
roll20-character-sheets/Outbreak/package.json
T
Cassie Levett ad158b2a8b Outbreak official sheet v1.01 (#6225)
* fix Oubtreak issues

* fix typo

* update version number

* fix damage dice
2020-04-20 15:15:02 -04:00

30 lines
766 B
JSON

{
"name": "sheettemplate",
"version": "1.0.0",
"description": "Character sheet development in VS Code",
"main": "index.js",
"dependencies": {
"pug": "^2.0.4",
"node-sass": "^4.5.3",
"npm-run-all": "^4.1.1"
},
"scripts": {
"start": "npm-run-all --parallel compile:sass compile:pug",
"compile:sass": "node-sass outbreak.scss outbreak.css -w",
"compile:pug": "pug outbreak.pug outbreak.html -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clevett/SheetTemplate.git"
},
"keywords": [
"Roll20"
],
"author": "Cassie Levett",
"license": "ISC",
"bugs": {
"url": "https://github.com/clevett/SheetTemplate/issues"
},
"homepage": "https://github.com/clevett/SheetTemplate#readme"
}