model-form
Version:
Dynamic Form Builder for Anuglar 5 and the WAR Framework
35 lines (34 loc) • 946 B
JSON
{
"name": "model-form",
"version": "0.1.1",
"description": "Dynamic Form Builder for Anuglar 5 and the WAR Framework",
"main": "bundles/model-form.umd.js",
"module": "index.js",
"keywords": [
"angular",
"WordPress",
"WAR"
],
"author": "BMO",
"contributors": [
"Cyrille Tuzi (https://github.com/cyrilletuzi/angular-async-local-storage)",
"Bram Borggreve (https://github.com/beeman/angular-module-starter)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SkyPressATX/war-angular-model-form"
},
"homepage": "https://github.com/SkyPressATX/war-angular-model-form",
"bugs": {
"url": "https://github.com/SkyPressATX/war-angular-model-form/issues"
},
"peerDependencies": {
"@angular/common": "^5.0.1",
"@angular/compiler": "^5.0.1",
"@angular/core": "^5.0.1",
"@angular/forms": "^5.0.1",
"lodash": "^4.17.4",
"rxjs": "^5.5.2"
}
}