angular-formio-gp
Version:
A fork of 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,
39 lines (38 loc) • 1.02 kB
JSON
{
"name": "formio-grid",
"version": "3.20.90000001",
"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-grid.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.9.1"
},
"dependencies": {
"core-js": "^3.1.3",
"formiojs": "^3.22.15",
"formiojs-gp": "^3.22.9009002",
"lodash": "^4.17.11",
"ngx-bootstrap": "^4.3.0"
}
}