mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
* trophy gold commit' * save trophy gold * update preview * remove unused files and updat readme
27 lines
678 B
JSON
27 lines
678 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 scss.scss css.css -w",
|
|
"compile:pug": "pug pug.pug pug.html -w",
|
|
"manual:pug": "pug pug.pug pug.html"
|
|
},
|
|
"keywords": [
|
|
"Roll20"
|
|
],
|
|
"author": "Cassie Levett",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Roll20/roll20-character-sheets/issues"
|
|
},
|
|
"homepage": "http://emeraldproductions.info/"
|
|
}
|