@kronscht/ng-wizard
Version:
Angular ng-wizard - Angular wizard | stepper
53 lines • 1.45 kB
JSON
{
"name": "@kronscht/ng-wizard",
"description": "Angular ng-wizard - Angular wizard | stepper",
"version": "1.4.3",
"repository": {
"type": "git",
"url": "https://github.com/darkmoon221/ng-wizard.git"
},
"bugs": {
"url": "https://github.com/darkmoon221/ng-wizard/issues"
},
"author": "Tobias Kronschnabl <dev.kronschnabl@gmail.com>",
"homepage": "https://github.com/darkmoon221/ng-wizard",
"license": "MIT",
"private": false,
"peerDependencies": {
"@angular/common": "^14.1.1",
"@angular/core": "^14.1.1"
},
"keywords": [
"angular",
"wizard",
"stepper",
"ng-wizard",
"wizard-component",
"stepper-component",
"step-wizard",
"bootstrap"
],
"module": "fesm2015/kronscht-ng-wizard.mjs",
"es2020": "fesm2020/kronscht-ng-wizard.mjs",
"esm2020": "esm2020/kronscht-ng-wizard.mjs",
"fesm2020": "fesm2020/kronscht-ng-wizard.mjs",
"fesm2015": "fesm2015/kronscht-ng-wizard.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/kronscht-ng-wizard.mjs",
"es2020": "./fesm2020/kronscht-ng-wizard.mjs",
"es2015": "./fesm2015/kronscht-ng-wizard.mjs",
"node": "./fesm2015/kronscht-ng-wizard.mjs",
"default": "./fesm2020/kronscht-ng-wizard.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}