{
  "name": "json-schema-request",
  "description": "Make requests with json-hyper-schema references",
  "main": "index.js",
  "scripts": {
    "pretest": "npm run build",
    "test": "node_modules/.bin/jasmine",
    "test-watch": "node_modules/.bin/watch 'npm test' spec src schema --interval=0.5",
    "prebuild": "rm -rf lib",
    "build": "node_modules/.bin/babel index.es6 -o index.js && node_modules/.bin/babel src/ --out-dir lib",
    "build-watch": "node_modules/.bin/babel --watch src/ --out-dir lib",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ReactiveRaven/JsonSchemaRequest.git"
  },
  "keywords": [
    "jsonhyperschema",
    "json-hyper-schema",
    "jsonschema",
    "json-schema",
    "schema",
    "request"
  ],
  "author": "ReactiveRaven",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ReactiveRaven/JsonSchemaRequest/issues"
  },
  "homepage": "https://github.com/ReactiveRaven/JsonSchemaRequest#readme",
  "dependencies": {
    "array.from": "^1.0.1",
    "ajv": "^4.0.4",
    "deep-pluck": "^0.1.2",
    "deref": "^0.6.4",
    "es6-promise": "^3.1.2",
    "form-data": "^1.0.0-rc4",
    "infuse.js": "github:alliterativeanimals/infuse.js#master",
    "isomorphic-fetch": "^2.2.1",
    "json-schema-load-tree": "^0.2.0",
    "uri-templates": "^0.1.9"
  },
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-watch": "^2.0.2",
    "cz-conventional-changelog": "^1.1.6",
    "jasmine": "^2.4.1",
    "jasmine-node": "^1.14.5",
    "semantic-release": "^4.3.5",
    "watch": "^0.18.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jshintConfig": {
    "esversion": 6,
    "unused": true
  },
  "version": "0.4.0"
}