{
  "name": "payunitjs-test",
  "version": "1.0.43",
  "description": "PayUnit is Seven's Payment aggregator created @SevenGroups by SevenGPS Core Engineers and tested by Silicon Valley professionals and Google experts",
  "main": "./dist/payunit.js",
  "scripts": {
    "build": "babel src -d build",
    "minify": "babel src -d build && minify ./build/*.js --out-dir ./dist --mangle.keepClassName",
    "prepublish": "babel src -d build ./build/*.js --out-dir ./dist --mangle.keepClassName",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Seven",
    "SevenGPS",
    "SevenAdvancedAcademy",
    "Payment",
    "Aggregator",
    "Mtn Momo",
    "Orange Money",
    "Express Union",
    "Yup Payment",
    "Ecobank Payment"
  ],
  "author": "SinclaireKambang, Akah Larry (Supervisor)",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-minify": "^0.5.1",
    "babel-preset-env": "^1.7.0"
  }
}
