mirror of https://github.com/bra1n/townsquare.git
27 lines
538 B
JSON
27 lines
538 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"
|
|
},
|
|
"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"
|
|
}
|