{
  "name": "themis",
  "version": "1.1.6",
  "description": "A blazing fast JSON Schema v4 validator",
  "main": "src/themis.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec"
  },
  "keywords": [
    "json",
    "schema",
    "validation"
  ],
  "dependencies": {
    "uglify-js": "2.4.15"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "mocha": "^2.0.1"
  },
  "author": "Johny Jose <johny@playlyfe.com>",
  "license": "MIT",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/playlyfe/themis.git"
  },
  "bugs": {
    "url": "https://github.com/playlyfe/themis/issues"
  },
  "homepage": "https://github.com/playlyfe/themis"
}
