townsquare/package.json

31 lines
664 B
JSON

{
"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",
"@vue/cli-service": "^4.2.3",
"vue": "^2.3.3",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build ./src/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com//bra1n/townsquare.git"
},
"keywords": [
"botc",
"townsquare",
"vue",
"scss"
],
"author": "Steffen Baumgart",
"license": "GPL-3.0"
}