{
  "name": "node-schema",
  "description": "A package for building javascript object schemas",
  "author": "Adam Nalisnick <theadam4257@gmail.com>",
  "version": "2.2.0",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/theadam/node-schema.git"
  },
  "bugs": "https://github.com/theadam/node-schema/issues",
  "keywords": [
    "validation",
    "schema"
  ],
  "dependencies": {
    "es6-promise": "^2.0.0",
    "lodash": "^2.4.1"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "chai-as-promised": "^4.1.1",
    "istanbul": "^0.3.0",
    "mocha": "^1.20.1",
    "string-validator": "^1.0.1"
  },
  "scripts": {
    "test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --reporter Spec --ui bdd -r test/shared --check-leaks",
    "coverage": "npm test && open coverage/lcov-report/index.html"
  }
}
