123456789101112131415161718192021222324252627 |
- {
- "name": "json-schema-defaults",
- "main": "index.js",
- "version": "0.1.1",
- "authors": [
- "Chute <hello@getchute.com>"
- ],
- "description": "Generate JSON object from default values in JSON Schema",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "json",
- "schema"
- ],
- "license": "MIT",
- "homepage": "https://github.com/chute/json-schema-defaults",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|