{
  "name": "legalize",
  "version": "1.3.0",
  "description": "A library for performing object-validation in the browser as in node",
  "author": "Julian Fleischer, Jenny Warnke",
  "main": "./src/legalize-node.js",
  "bin": "legalize.js",
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "readmeFilename": "README.md",
  "repository": {
      "type": "git",
      "url": "git@github.com:paypal/legalize.js.git"
  },
  "scripts": {
    "dist": "grunt",
    "test": "grunt test",
    "lint": "grunt lint"
  },
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "grunt": "^0.4.5",
    "grunt-check-modules": "^0.2.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-exec": "^0.4.6",
    "grunt-istanbul-coverage": "^0.1.0",
    "grunt-mkdir": "^0.1.2",
    "grunt-mocha-test": "^0.12.4",
    "grunt-preprocess": "^4.0.0",
    "istanbul": "^0.3.2",
    "load-grunt-tasks": "^1.0.0",
    "mocha": "^2.0.1",
    "sinon": "^1.12.1"
  },
  "dependencies": {}
}
