UNPKG

ngx-nebular-formly

Version:

Ngx Formly integration for Nebular UI

50 lines (49 loc) 1.29 kB
{ "name": "ngx-nebular-formly", "version": "1.0.2", "author": { "name": "Vijay", "email": "vijay.mangapoti@gmail.com", "url": "https://twitter.com/Vijhhh2" }, "keywords": [ "angular", "javascript", "typescript", "angular-nebular", "nebular", "nebular-ui", "nebular ui", "ngx-formly", "formly" ], "description": "Ngx Formly integration for Nebular UI", "homepage": "https://github.com/vijhhh2/Nebular-Formly", "repository": { "type": "git", "url": "https://github.com/vijhhh2/Nebular-Formly.git" }, "bugs": { "url": "https://github.com/vijhhh2/Nebular-Formly.git" }, "license": "MIT", "preview": true, "peerDependencies": { "@angular/common": "^10.1.2", "@angular/core": "^10.1.2", "@nebular/theme": "^6.1.0 || ^6.2.0", "@ngx-formly/core": "^5.10.1", "@angular/forms": "^10.1.1" }, "dependencies": { "tslib": "^2.0.0" }, "main": "bundles/ngx-nebular-formly.umd.js", "module": "fesm2015/ngx-nebular-formly.js", "es2015": "fesm2015/ngx-nebular-formly.js", "esm2015": "esm2015/ngx-nebular-formly.js", "fesm2015": "fesm2015/ngx-nebular-formly.js", "typings": "ngx-nebular-formly.d.ts", "metadata": "ngx-nebular-formly.metadata.json", "sideEffects": false }