UNPKG

mastercard-billpayapi

Version:

Core functionality for MasterCard API

30 lines (29 loc) 841 B
{ "name": "mastercard-billpayapi", "version": "1.0.0", "description": "Core functionality for MasterCard API", "main": "index.js", "scripts": { "test": "XUNIT_FILE=test/test-reports.xml mocha --timeout 0 --recursive --reporter xunit-file" }, "repository": { "type": "git", "url": "git@ldntools.labs.mastercard.com:open-api/sdk-core-nodejs.git" }, "keywords": [ "MasterCard", "API" ], "dependencies": { "mastercard-api-core": "1.4.x" }, "devDependencies": { "chai": "^3.5.0", "chai-string": "^1.2.0", "mocha": "^2.4.5", "sleep": "^3.0.1", "xunit-file": "^1.0.0" }, "author": "MasterCard Worldwide <APISupport@mastercard.com> (https://developer.mastercard.com)", "license": "BSD-2-Clause" }