{
  "name": "gtplc-request-validator",
  "description": "Validate post request",
  "version": "1.0.1",
  "main": "requestValidator.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/tomerule/request-validator.git"
  },
  "keywords": [
    "REST",
    "request",
    "validate",
    "sign"
  ],
  "dependencies": {
      "aes256": "1.0.3",
      "jshashes": "1.0.7"
  },
  "author": "Tomer Shiri",
  "license": "MIT",
  "homepage": "https://bitbucket.org/tomerule/request-validator#readme"
}
