UNPKG

517 BJSONView Raw
1{
2 "name": "connect-sdk-client-js",
3 "description": "The JavaScript based client SDK that can be used for client to server communication between you and the Ingenico ePayments platform",
4 "main": "gulpfile.js",
5 "authors": [
6 "Ingenico ePayments"
7 ],
8 "license": "SEE LICENSE IN LICENSE.txt",
9 "moduleType": [
10 "globals"
11 ],
12 "homepage": "https://github.com/Ingenico-ePayments/connect-sdk-client-js",
13 "ignore": [
14 "**/.*",
15 "node_modules",
16 "bower_components",
17 "test",
18 "tests"
19 ]
20}