bower.json 499 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "json-schema-defaults",
  3. "main": "index.js",
  4. "version": "0.1.1",
  5. "authors": [
  6. "Chute <hello@getchute.com>"
  7. ],
  8. "description": "Generate JSON object from default values in JSON Schema",
  9. "moduleType": [
  10. "amd",
  11. "globals",
  12. "node"
  13. ],
  14. "keywords": [
  15. "json",
  16. "schema"
  17. ],
  18. "license": "MIT",
  19. "homepage": "https://github.com/chute/json-schema-defaults",
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ]
  27. }