townsquare/package.json

27 lines
538 B
JSON
Raw Normal View History

2020-04-01 21:03:14 +00:00
{
"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"
}