bower.json 412 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "ajv",
  3. "description": "Another JSON Schema Validator",
  4. "main": "dist/ajv.min.js",
  5. "authors": [
  6. "Evgeny Poberezkin"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "JSON",
  11. "schema",
  12. "validator"
  13. ],
  14. "homepage": "https://github.com/epoberezkin/ajv",
  15. "moduleType": [
  16. "amd",
  17. "globals",
  18. "node"
  19. ],
  20. "ignore": [
  21. "node_modules",
  22. "bower_components",
  23. "spec"
  24. ]
  25. }