{
  "name": "wk_ball_01_00",
  "version": "1.0.0",
  "description": "A ball colliding with the wall",
  "repository": {
    "type": "git",
    "url": "https://gitlab.multimedia.hs-augsburg.de/kowa/wk_ball_01_00"
  },
  "keywords": [
    "ball",
    "collision detection"
  ],
  "author": "Wolfgang Kowarschick",
  "license": "MIT",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build"
  },
  "dependencies": {
    "core-js": "^3.6.5",
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/compiler-sfc": "^3.0.0",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2"
  }
}
