123456789101112131415161718192021222324252627 |
- {
- "name": "jsonform",
- "version": "2.1.4",
- "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"
- }
|