json-forms
Version:
A module for dynamically creating web forms based on JSON data.
25 lines (24 loc) • 524 B
JSON
{
"name": "json-forms",
"version": "0.0.0",
"description": "A module for dynamically creating web forms based on JSON data.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/zeg-io/json-forms.git"
},
"keywords": [
"JSON",
"form",
"forms",
"engine",
"dynamic",
"Zetta"
],
"author": "Tony Archer <info@zeg.io>",
"license": "ISC",
"homepage": "https://bitbucket.org/zeg-io/json-forms#readme"
}