{
  "name": "json-refs",
  "version": "3.0.15",
  "description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).",
  "main": "index.js",
  "scripts": {
    "gulp": "gulp",
    "test": "gulp test"
  },
  "author": {
    "name": "Jeremy Whitlock",
    "email": "jwhitlock@apache.org",
    "url": "https://github.com/whitlockjc"
  },
  "contributors": [],
  "engines": {
    "node": ">=0.8"
  },
  "bin": {
    "json-refs": "./bin/json-refs"
  },
  "bugs": {
    "url": "https://github.com/whitlockjc/json-refs/issues"
  },
  "files": [
    "bin",
    "dist",
    "index.d.ts",
    "index.js"
  ],
  "types": "./index.d.ts",
  "homepage": "https://github.com/whitlockjc/json-refs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/whitlockjc/json-refs.git"
  },
  "keywords": [
    "json"
  ],
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@otris/jsdoc-tsd": "^1.0.4",
    "babel-loader": "^8.0.6",
    "brfs": "~2.0.2",
    "connect": "^3.7.0",
    "del": "^5.1.0",
    "gulp": "~3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^6.0.0",
    "gulp-istanbul": "~1.1.3",
    "gulp-jsdoc-to-markdown": "^1.2.2",
    "gulp-jsdoc3": "^2.0.0",
    "gulp-load-plugins": "^2.0.2",
    "gulp-mocha": "~3.0.1",
    "gulp-replace": "^1.0.0",
    "jsdoc": "^3.5.5",
    "karma": "^4.4.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack": "^4.0.2",
    "mocha": "^7.0.1",
    "phantomjs-prebuilt": "^2.1.16",
    "run-sequence": "^2.2.1",
    "transform-loader": "^0.2.4",
    "webpack": "^4.41.6"
  },
  "dependencies": {
    "commander": "~4.1.1",
    "graphlib": "^2.1.8",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "native-promise-only": "^0.8.1",
    "path-loader": "^1.0.10",
    "slash": "^3.0.0",
    "uri-js": "^4.2.2"
  }
}
