{
  "name": "flutterwave",
  "version": "2.2.8",
  "description": "A nodejs library for the Flutterwave API",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "keywords": [
    "payment",
    "credit cards",
    "payment processing",
    "flutterwave"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "chai": "3.5.0",
    "mocha": "3.0.2"
  },
  "dependencies": {
    "crypto-js": "3.1.6",
    "node-forge": "0.6.42",
    "request": "2.74.0",
    "utf8": "2.1.1"
  }
}
