UNPKG

ngx-ui-switch

Version:
49 lines 1.24 kB
{ "name": "ngx-ui-switch", "version": "16.1.0", "description": "switch button for angular4", "bugs": "https://github.com/webcat12345/ngx-ui-switch/issues", "homepage": "https://github.com/webcat12345/ngx-ui-switch#readme", "repository": "https://github.com/webcat12345/ngx-ui-switch.git", "license": "MIT", "author": "webcat12345", "keywords": [ "angular2", "angular4", "ngx", "ng2", "uiswitch", "switch", "ui" ], "peerDependencies": { "@angular/core": ">=10.0.0", "@angular/animations": ">=10.0.0", "@angular/common": ">=10.0.0", "@angular/forms": ">=10.0.0", "@angular/platform-browser": ">=10.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "exports": { "./ui-switch.component": { "sass": "./ui-switch.component.scss" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-ui-switch.mjs", "esm": "./esm2022/ngx-ui-switch.mjs", "default": "./fesm2022/ngx-ui-switch.mjs" } }, "module": "fesm2022/ngx-ui-switch.mjs", "typings": "index.d.ts", "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }