{ "name": "lcharette/uf_formgenerator", "type": "userfrosting-sprinkle", "description": "Form generator for UserFrosting V4", "keywords": ["Form", "generator", "userfrosting"], "homepage": "https://github.com/lcharette/UF_FormGenerator", "license" : "MIT", "authors" : [ { "name": "Louis Charette", "homepage": "https://github.com/lcharette" } ], "require": { "php": ">=5.6" }, "autoload": { "psr-4": { "UserFrosting\\Sprinkle\\FormGenerator\\": "src/" } }, "extra": { "installer-name": "FormGenerator" } }