forked from Mangopay/cardregistration-js-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 875 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "mangopay-cardregistration-js-kit",
"version": "1.1.1",
"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": "node -e \"console.log('Open in your browser ./tests/index.html')\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mangopay/cardregistration-js-kit.git"
},
"keywords": [
"mangopay",
"card",
"registration"
],
"author": "MANGOPAY <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mangopay/cardregistration-js-kit/issues"
},
"homepage": "https://github.com/Mangopay/cardregistration-js-kit#readme"
}