{
  "name": "json-schema-defaults",
  "main": "index.js",
  "version": "0.4.0",
  "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"
  ]
}
