{
  "name": "json-schema-builder",
  "version": "0.0.5",
  "description": "Library for generating JSON Schema.",
  "main": "./dist/lib",
  "scripts": {
    "test": "gulp test",
    "test-node-0.12": "mocha dist/test -- --harmony",
    "clean": "gulp clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomiqio/json-schema-builder.git"
  },
  "keywords": [
    "JSON",
    "schema"
  ],
  "contributors": [
    "Tony Pujals (http://twitter.com/subfuzion)",
    "Peter Svetlichny (http://twitter.com/p_svetlichny)"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/atomiqio/json-schema-builder/issues"
  },
  "homepage": "https://github.com/atomiqio/json-schema-builder#readme",
  "dependencies": {
    "babel-runtime": "^5.4.7",
    "lodash": "^3.10.0"
  },
  "devDependencies": {
    "babel": "^5.4.7",
    "chalk": "^1.1.0",
    "del": "^1.2.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.1.0",
    "gulp-concat": "^2.5.2",
    "gulp-mocha": "^2.1.0",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-util": "^3.0.5",
    "json-schema-test-suite": "0.0.10",
    "tv4": "^1.1.9",
    "z-schema": "^3.11.0"
  }
}
