forked from jsonform/jsonform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 695 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 695 Bytes
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
27
{
"name": "jsonform",
"version": "2.1.5",
"main": "./lib/jsonform.js",
"user": "jsonform",
"repository": "https://github.com/jsonform/jsonform",
"description": "Client-side JavaScript library that generates HTML forms from structured data models expressed using a JSON schema, possibly completed by a form layout description.",
"keywords": [
"JSON",
"schema",
"HTML5",
"form"
],
"maintainers": [
{
"name": "Joshfire",
"email": "contact@joshfire.com",
"web": "http://www.joshfire.com"
},
{
"name": "tchapi",
"email": "regbasket+github@gmail.com",
"web": "https://github.com/tchapi"
}
],
"license": "MIT"
}