mangopay-cardregistration-js-kit
Version:
MANGOPAY Card Registration JavaScript Kit is a client library designed to take care of the card registration process.
33 lines (32 loc) • 850 B
JSON
{
"name": "mangopay-cardregistration-js-kit",
"version": "1.2.2",
"description": "MANGOPAY Card Registration JavaScript Kit is a client library designed to take care of the card registration process.",
"main": "kit/mangopay-kit.min.js",
"directories": {
"lib": "kit",
"example": "demo",
"test": "tests"
},
"files": [
"kit"
],
"scripts": {
"test": "phantomjs run-jasmine.js tests/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mangopay/cardregistration-js-kit.git"
},
"keywords": [
"mangopay",
"card",
"registration"
],
"author": "MANGOPAY <support@mangopay.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mangopay/cardregistration-js-kit/issues"
},
"homepage": "https://github.com/Mangopay/cardregistration-js-kit#readme"
}