1234567891011121314151617181920212223242526 |
- {
- "name": "ajv",
- "description": "Another JSON Schema Validator",
- "main": "dist/ajv.min.js",
- "authors": [
- "Evgeny Poberezkin"
- ],
- "license": "MIT",
- "keywords": [
- "JSON",
- "schema",
- "validator"
- ],
- "homepage": "https://github.com/epoberezkin/ajv",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "ignore": [
- "node_modules",
- "bower_components",
- "spec"
- ]
- }
|