UNPKG

angular-formio

Version:

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

43 lines (42 loc) 1.06 kB
{ "name": "angular-formio", "version": "3.24.0", "repository": { "type": "git", "url": "https://github.com/formio/angular-formio" }, "author": { "name": "Travis Tidwell", "email": "travis@form.io" }, "keywords": [ "angular", "forms", "json forms", "javascript forms", "model driven forms", "form.io" ], "license": "MIT", "bugs": { "url": "https://github.com/formio/angular-formio/issues" }, "main": "angular-formio.umd.js", "module": "index.js", "jsnext:main": "index.js", "typings": "index.d.ts", "peerDependencies": { "@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@angular/common": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@angular/forms": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "@angular/router": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "rxjs": "^5.0.0 || ^6.0.0", "zone.js": "^0.8.0" }, "dependencies": { "core-js": "^3.1.4", "formiojs": "^3.22.14", "lodash": "^4.17.11", "ngx-bootstrap": "^5.0.0" } }