mirror of https://github.com/bra1n/townsquare.git
29 lines
599 B
JSON
29 lines
599 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"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build ./main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com//bra1n/townsquare.git"
|
|
},
|
|
"keywords": [
|
|
"botc",
|
|
"townsquare",
|
|
"vue",
|
|
"scss"
|
|
],
|
|
"author": "Steffen Baumgart",
|
|
"license": "GPL-3.0"
|
|
}
|