vue-wheel-spinner
Version:
A Vue.js component that provides wheel spinner
37 lines (36 loc) • 788 B
JSON
{
"name": "vue-wheel-spinner",
"version": "0.2.8",
"description": "A Vue.js component that provides wheel spinner",
"main": "src/main.js",
"homepage": "https://github.com/ilyasozkurt/vue-wheel-spinner",
"scripts": {
"build": "vite build"
},
"author": {
"name": "İlyas Özkurt",
"email": "ilyasozkurt@gmail.com"
},
"license": "MIT",
"dependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"vue": "^3.4.21"
},
"repository": {
"type": "git",
"url": "https://github.com/ilyasozkurt/vue-wheel-spinner.git"
},
"bugs": {
"url": "https://github.com/ilyasozkurt/vue-wheel-spinner/issues"
},
"keywords": [
"vue",
"custom",
"wheel",
"spinner",
"wheel of fortune"
],
"devDependencies": {
"vite": "^5.2.8"
}
}