townsquare/package.json

31 lines
664 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",
2020-04-03 17:41:48 +00:00
"sass-loader": "^8.0.2",
2020-04-03 18:02:36 +00:00
"@vue/cli-service": "^4.2.3",
2020-04-03 18:06:10 +00:00
"vue": "^2.3.3",
"vue-template-compiler": "^2.6.11"
2020-04-01 21:03:14 +00:00
},
"devDependencies": {},
"scripts": {
2020-04-03 17:41:48 +00:00
"serve": "vue-cli-service serve",
2020-04-04 12:45:54 +00:00
"build": "vue-cli-service build ./src/main.js"
2020-04-01 21:03:14 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com//bra1n/townsquare.git"
},
"keywords": [
"botc",
"townsquare",
"vue",
"scss"
],
"author": "Steffen Baumgart",
"license": "GPL-3.0"
}