{
  "name": "paystack",
  "version": "1.4.1",
  "description": "Paystack API wrapper",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha ./test/*.js --reporter spec --timeout 5000"
  },
  "keywords": [
    "payment",
    "API",
    "naira",
    "paystack"
  ],
  "author": "Opeyemi Obembe <kehers@gmail.com> (http://obem.be/opeyemi)",
  "license": "MIT",
  "dependencies": {
    "request": "^2.67.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kehers/paystack.git"
  },
  "bugs": {
    "url": "https://github.com/kehers/paystack/issues"
  },
  "homepage": "https://github.com/kehers/paystack"
}
