UNPKG

953 BJSONView Raw
1{
2 "name": "connect-sdk-client-js",
3 "version": "3.20.1",
4 "description": "The JavaScript based client SDK that can be used for client to server communication between you and the Ingenico ePayments platform",
5 "main": "gulpfile.js",
6 "devDependencies": {
7 "gulp": "^4.0.2",
8 "gulp-concat": "^2.6.1",
9 "gulp-plumber": "^1.2.1",
10 "gulp-replace": "^1.0.0",
11 "gulp-rimraf": "^0.2.2",
12 "gulp-sourcemaps": "^2.6.5",
13 "gulp-uglify-es": "^1.0.4",
14 "node-forge": "^0.10.0"
15 },
16 "scripts": {
17 "watch": "gulp watch",
18 "build": "gulp build"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/Ingenico-ePayments/connect-sdk-client-js.git"
23 },
24 "author": "Ingenico ePayments",
25 "license": "SEE LICENSE IN LICENSE.txt",
26 "bugs": {
27 "url": "https://github.com/Ingenico-ePayments/connect-sdk-client-js/issues"
28 },
29 "homepage": "https://github.com/Ingenico-ePayments/connect-sdk-client-js#readme"
30}