You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 695B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "jsonform",
  3. "version": "2.1.4",
  4. "main": "./lib/jsonform.js",
  5. "user": "jsonform",
  6. "repository": "https://github.com/jsonform/jsonform",
  7. "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.",
  8. "keywords": [
  9. "JSON",
  10. "schema",
  11. "HTML5",
  12. "form"
  13. ],
  14. "maintainers": [
  15. {
  16. "name": "Joshfire",
  17. "email": "contact@joshfire.com",
  18. "web": "http://www.joshfire.com"
  19. },
  20. {
  21. "name": "tchapi",
  22. "email": "regbasket+github@gmail.com",
  23. "web": "https://github.com/tchapi"
  24. }
  25. ],
  26. "license": "MIT"
  27. }