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

38 lines (37 loc) 960 B
{ "name": "formio-resource", "version": "4.2.0", "repository": { "type": "git", "url": "https://github.com/formio/angular-formio" }, "author": { "name": "Travis Tidwell", "email": "travis@form.io" }, "keywords": [ "angular" ], "license": "MIT", "bugs": { "url": "https://github.com/formio/angular-formio/issues" }, "main": "formio-resource.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.2.1", "formiojs": "^4.2.1", "lodash": "^4.17.15", "ngx-bootstrap": "^5.1.2" } }