{
  "name": "joveo-resume-schema",
  "version": "0.0.5",
  "description": "JSON Resume Schema",
  "main": "validator.js",
  "scripts": {
    "test": "node ./test/index.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jsonresume/resume-schema.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jsonresume/resume-schema/issues"
  },
  "dependencies": {
    "flat": "^4.1.0",
    "z-schema": "~3.19.0"
  },
  "devDependencies": {
    "tap-spec": "^4.1.0",
    "tape": "^4.2.2"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "https://github.com/jsonresume/resume-schema#readme",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "keywords": [
    "resume",
    "schema",
    "joveo"
  ],
  "author": "Tilak Putta"
}
