added package.json

This commit is contained in:
Steffen 2020-04-01 23:03:14 +02:00
parent 74a8280333
commit 11d796170c
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
2 changed files with 28 additions and 1 deletions

View File

@ -43,7 +43,8 @@
color: white;
height: 100%;
font-family: 'Roboto Condensed', sans-serif;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 0;
margin: 0;
}

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "townsquare",
"version": "1.0.0",
"description": "Blood on the Clocktower Virtual Town Square",
"main": "App.vue",
"dependencies": {
"sass": "^1.26.3",
"sass-loader": "^8.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com//bra1n/townsquare.git"
},
"keywords": [
"botc",
"townsquare",
"vue",
"scss"
],
"author": "Steffen Baumgart",
"license": "GPL-3.0"
}