UNPKG

dinger-merchant-pay-api

Version:
36 lines 778 B
{ "name": "dinger-merchant-pay-api", "version": "1.2.1", "description": "Dinger Merchant Pay API", "main": "index.js", "scripts": { "test": "mocha './test/*.js'" }, "repository": { "type": "git", "url": "git+https://github.com/nawing/Dinger-Merchant-Pay-API.git" }, "keywords": [ "Dinger", "KBZPay", "AYAPay", "UAB", "Visa", "Master" ], "author": "Naw Ing", "license": "ISC", "bugs": { "url": "https://github.com/nawing/Dinger-Merchant-Pay-API/issues" }, "homepage": "https://github.com/nawing/Dinger-Merchant-Pay-API#readme", "dependencies": { "aes-ecb": "^1.3.15", "node-rsa": "^1.1.1", "request-promise": "^4.2.6" }, "devDependencies": { "chai": "^4.3.4", "mocha": "^9.1.1" } }