mirror of https://github.com/bra1n/townsquare.git
added package.json
This commit is contained in:
parent
74a8280333
commit
11d796170c
3
App.vue
3
App.vue
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue