{
  "name": "legitjs",
  "version": "0.1.1",
  "description": "Lightweight objects and strings validation for Node.js",
  "main": "legit.js",
  "scripts": {
    "test": "test.js"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/danaugrs/legitjs.git"
  },
  "keywords": [
    "validator",
    "validation",
    "schema",
    "schemas",
    "assert",
    "assertion",
    "json",
    "object",
    "obj",
    "string",
    "strings",
    "node",
    "nodejs",
    "node.js",
    "legit",
    "legitjs",
    "legit.js"
  ],
  "author": {
    "name": "Daniel Salvadori",
    "email": "danaugrs@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danaugrs/legitjs/issues"
  }
}
