From 11d796170c1a6c7c240eca446d42f0f6b02747c4 Mon Sep 17 00:00:00 2001 From: Steffen Date: Wed, 1 Apr 2020 23:03:14 +0200 Subject: [PATCH] added package.json --- App.vue | 3 ++- package.json | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/App.vue b/App.vue index 94cc4d8..7063a1f 100644 --- a/App.vue +++ b/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; } diff --git a/package.json b/package.json new file mode 100644 index 0000000..0a2f0c6 --- /dev/null +++ b/package.json @@ -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" +}