{
  "_args": [
    [
      "jsonschema@0.4.0",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "jsonschema@0.4.0",
  "_id": "jsonschema@0.4.0",
  "_inBundle": false,
  "_integrity": "sha1-LL2pxN++fBw3vKQ0oUVPS5yfPFs=",
  "_location": "/jsonschema",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonschema@0.4.0",
    "name": "jsonschema",
    "escapedName": "jsonschema",
    "rawSpec": "0.4.0",
    "saveSpec": null,
    "fetchSpec": "0.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jsonschema/-/jsonschema-0.4.0.tgz",
  "_spec": "0.4.0",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Tom de Grunt",
    "email": "tom@degrunt.nl"
  },
  "bugs": {
    "url": "https://github.com/tdegrunt/jsonschema/issues"
  },
  "dependencies": {},
  "description": "A fast and easy to use JSON Schema validator",
  "devDependencies": {
    "chai": "~1.5.0",
    "mocha": "~1.8.2"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/tdegrunt/jsonschema#readme",
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "validator",
    "validation"
  ],
  "main": "./lib",
  "name": "jsonschema",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/tdegrunt/jsonschema.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.4.0"
}
