{
  "name": "payu",
  "version": "0.0.1",
  "description": "payu is a simple wrapper to use PayU APIs from within Node JS",
  "main": "payu.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/baliganikhil/payu-node"
  },
  "keywords": [
    "payu",
    "payment",
    "gateway",
    "node"
  ],
  "dependencies": {
    "request": "*"
  },
  "author": "Nikhil Baliga <baliganikhil@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/baliganikhil/payu-node/issues"
  },
  "homepage": "https://github.com/baliganikhil/payu-node"
}
