angular-formly-repeating-section
Version:
Repeating sections type for Angular Formly.
28 lines (27 loc) • 499 B
JSON
{
"name": "angular-formly-repeating-section",
"description": "Repeating sections type for Angular Formly.",
"main": "dist/angular-formly-repeating-section.js",
"authors": [
"Mark Cola"
],
"license": "MIT",
"keywords": [
"angular-formly"
],
"moduleType": [
"es6"
],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.2.x",
"angular-formly": ">=4.0.5"
}
}