{
  "name": "lewd",
  "version": "0.9.0",
  "license": [
    {
      "type": "BSD-2-Clause",
      "url": "https://github.com/pigulla/lewd/raw/master/LICENSE"
    }
  ],
  "author": {
    "name": "Raphael Pigulla",
    "email": "pigulla@four66.com",
    "url": "http://www.n3rd.org"
  },
  "description": "An intuitive and easy to use validation libray for JSON data.",
  "engines": {
    "node": ">=0.10.0"
  },
  "main": "src/lewd.js",
  "scripts": {
    "test": "node_modules/grunt-cli/bin/grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pigulla/lewd"
  },
  "bugs": {
    "url": "https://github.com/pigulla/lewd/issues"
  },
  "keywords": [
    "json",
    "data",
    "validation",
    "condition",
    "schema",
    "syntax",
    "check"
  ],
  "dependencies": {
    "json-pointer": "^0.3.0",
    "lodash": "^3.6.0",
    "validator": "^3.35.0"
  },
  "devDependencies": {
    "buster": "^0.7.18",
    "buster-istanbul": "^0.1.13",
    "fkt": "^0.1.5",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.6.0",
    "grunt-buster": "^0.3.2",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-uglify": "^0.8.0",
    "grunt-coveralls": "^1.0.0",
    "grunt-eslint": "^9.0.0",
    "grunt-istanbul-coverage": "^0.1.1",
    "grunt-jscs": "^1.6.0",
    "grunt-shell": "^1.1.1",
    "nsp": "^1.0.1"
  }
}
