{
  "name": "super-pay",
  "version": "1.4.3",
  "description": "Brazillian multi-gateway payment library!",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clear:dist": "node .bin/empty-dist",
    "build": "npm run clear:dist && babel src -d dist && npm run generate:docs",
    "generate:docs": "jsdoc -t node_modules/jsdoc2dts -r src",
    "prepublish": "npm run build"
  },
  "keywords": [
    "pagseguro",
    "pay-u",
    "payment",
    "gateway",
    "brazil"
  ],
  "author": "vranahub",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vranahub/super-pay.git"
  },
  "dependencies": {
    "@polvo-labs/card-type": "0.0.2",
    "awesome-phonenumber": "^2.2.5",
    "axios": "^0.18.0",
    "base-64": "^0.1.0",
    "bluebird": "^3.5.1",
    "chalk": "^2.3.2",
    "creditcard-warder": "^0.3.9",
    "fs-extra": "^5.0.0",
    "i18n-iso-countries": "^3.6.1",
    "ip": "^1.1.5",
    "jslint": "^0.12.0",
    "md5": "^2.2.1",
    "moip-sdk-node": "^1.1.0-beta",
    "querystring": "^0.2.0",
    "randomstring": "^1.1.5",
    "xml-js": "^1.6.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-bluebird": "^0.1.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "jsdoc2dts": "^1.0.5"
  }
}
