{
  "author": {
    "name": "Bojan D.",
    "email": "dbojan@gmail.com"
  },
  "name": "json-schema-deref",
  "description": "Simple Node.js JSON Schema dereferencer",
  "keywords": [
    "json",
    "schema",
    "deref"
  ],
  "version": "0.5.0",
  "homepage": "https://github.com/bojand/json-schema-deref",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/bojand/json-schema-deref.git"
  },
  "bugs": {
    "url": "http://github.com/bojand/json-schema-deref/issues"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "main": "lib/index.js",
  "typings": "index.d.ts",
  "dependencies": {
    "async": "^2.6.1",
    "clone": "^2.1.2",
    "dag-map": "~1.0.0",
    "is-valid-path": "^0.1.1",
    "lodash": "^4.17.11",
    "md5": "~2.2.0",
    "memory-cache": "~0.2.0",
    "mpath": "~0.5.0",
    "request": "^2.88.0",
    "traverse": "~0.6.6",
    "traverse-async": "~0.1.6",
    "valid-url": "~1.0.9"
  },
  "devDependencies": {
    "ava": "~0.25.0",
    "fs.extra": "~1.3.2",
    "jsdoc-to-markdown": "^4.0.0",
    "nyc": "^13.0.0",
    "standard": "^12.0.0",
    "validator": "^10.8.0"
  },
  "scripts": {
    "test": "ava -v -s",
    "cover": "nyc ava",
    "docs": "jsdoc2md \"lib/**/*.js\" --heading-depth 3 --template readme.hbs > README.md"
  },
  "ava": {
    "files": [
      "test/*.test.js"
    ]
  },
  "directories": {
    "test": "test"
  },
  "config": {
    "nyc": {
      "include": [
        "lib/*.js"
      ]
    }
  }
}
