@adonsio/adn-tournament
Version:
This packages allows you to generate Tournament Brackets in **Angular v12.2.4**. It's currently **work in progress** so use it at your own risk.
36 lines • 984 B
JSON
{
"name": "@adonsio/adn-tournament",
"version": "1.5.4",
"author": "Dominik Reuting",
"homepage": "https://github.com/Adonsio/adn-tournament#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Adonsio/adn-tournament.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Adonsio/adn-tournament/issues"
},
"peerDependencies": {
"@angular/common": "12.2.4",
"@angular/core": "12.2.4"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"angular",
"tournament",
"tournament-bracket",
"bracket",
"esport"
],
"main": "bundles/adonsio-adn-tournament.umd.js",
"module": "fesm2015/adonsio-adn-tournament.js",
"es2015": "fesm2015/adonsio-adn-tournament.js",
"esm2015": "esm2015/adonsio-adn-tournament.js",
"fesm2015": "fesm2015/adonsio-adn-tournament.js",
"typings": "adonsio-adn-tournament.d.ts",
"metadata": "adonsio-adn-tournament.metadata.json",
"sideEffects": false
}