sr2ini/package.json
Tobias 43a9aef8b1 * all combatant data is now being stored in data-* attributes
* switched from CSS to SCSS
* changed all HTML class names, IDs etc. from camelCase to kebab-case
* bootstrap and jquery are now being imported from index.html again, not throug imports
* loading augmented-ui now
2023-02-13 23:21:35 +01:00

38 lines
972 B
JSON

{
"name": "sr2ini",
"version": "1.0.0",
"description": "Simple Initiative tracker for Shadowrun 2e",
"private": true,
"author": {
"name": "Eclipse729",
"email": "eclipse@unterdemradar.de",
"url": "https://www.unterdemradar.de"
},
"homepage": "https://www.unterdemradar.de/sr2ini",
"license": "ISC",
"source": "src/index.html",
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0"
},
"dependencies": {
},
"staticFiles": {
"staticPath": "src/img"
},
"scripts": {
"start": "npx parcel serve src/index.html --public-url / --dist-dir dist",
"prebuild": "rm -rf dist/",
"build": "npx parcel build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.unterdemradar.de:tobias/sr2ini.git"
},
"keywords": [
"Shadowrun",
"Initiative tracker",
"sr2e"
]}