UNPKG

mastercard-mdes-customer-service

Version:

Core functionality for MasterCard API

30 lines (29 loc) 859 B
{ "name": "mastercard-mdes-customer-service", "version": "2.0.8", "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", "system-sleep": "^1.3.6", "xunit-file": "^1.0.0" }, "author": "MasterCard Worldwide <APISupport@mastercard.com> (https://developer.mastercard.com)", "license": "BSD-2-Clause" }