UNPKG

transbank

Version:

Transbank implementation for node.js (Not official)

25 lines (24 loc) 536 B
{ "name": "transbank", "version": "1.1.3", "description": "Transbank implementation for node.js (Not official)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "transbank", "tbk" ], "author": "Fabián Bravo <fabian.bravo.abarca@gmail.com>", "license": "LGPL", "dependencies": { "pem": "^1.8.3", "soap": "^0.16.0", "ursa": "^0.9.4", "uuid": "^3.0.1", "xml": "^1.0.1", "xml-crypto": "^0.8.4", "xmldom": "^0.1.22" } }