forked from brutusin/json-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
26 lines (26 loc) · 799 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "json-forms",
"homepage": "http://brutusin.org/json-forms/",
"authors": [
"Ignacio del Valle Alles <[email protected]> (http://brutusin.org)"
],
"description": "Brutusin json-forms is a JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-on provided. See live demo at http://brutusin.org/json-forms",
"main": "dist/brutusin-json-forms.min.js",
"moduleType": [
"globals"
],
"license": "Apache-2.0",
"keywords": [
"form",
"json",
"json-schema",
"schema"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}