ng-spinner-wheel
Version:
A customizable standalone Angular spinner wheel component that supports weighted items. Useful for raffles, lucky draws, and gamified selections where some items have higher chances of winning.
52 lines • 1.4 kB
JSON
{
"name": "ng-spinner-wheel",
"version": "1.1.1",
"description": "A customizable standalone Angular spinner wheel component that supports weighted items. Useful for raffles, lucky draws, and gamified selections where some items have higher chances of winning.",
"author": {
"name": "Zia",
"email": "ziaa520@gmail.com",
"url": "https://github.com/ziaurrehmanjutt"
},
"license": "MIT",
"homepage": "https://github.com/ziaurrehmanjutt/ng-spinner-lib#readme",
"repository": {
"type": "git",
"url": "https://github.com/ziaurrehmanjutt/ng-spinner-lib.git"
},
"keywords": [
"angular",
"spinner",
"wheel",
"lucky draw",
"roulette",
"random picker",
"weighted spinner",
"game wheel",
"prize wheel",
"angular spinner"
],
"bugs": {
"url": "https://github.com/ziaurrehmanjutt/ng-spinner-lib/issues"
},
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ng-spinner-wheel.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-spinner-wheel.mjs",
"esm": "./esm2022/ng-spinner-wheel.mjs",
"default": "./fesm2022/ng-spinner-wheel.mjs"
}
}
}