UNPKG

gps-adapter

Version:

A simple adapter to connect with GPS Soap Services

31 lines (30 loc) 668 B
{ "name": "gps-adapter", "version": "1.0.4", "description": "A simple adapter to connect with GPS Soap Services", "main": "gps-adapter.js", "scripts": { "test": "mocha --timeout 10000 test/*-test.js" }, "dependencies": { "soap": "~0.24.0", "dotenv": "~5.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/shuhailshuvo/gps.git" }, "keywords": [ "GlobalPaymentSolution", "GPS", "SOAP", "WSDL", "WebService" ], "author": "Shuhail", "license": "MIT", "bugs": { "url": "https://github.com/shuhailshuvo/gps/issues" }, "homepage": "https://github.com/shuhailshuvo/gps#readme" }