UNPKG

adyenthreeds2-js-utils

Version:

These utilities are helper functions to get 3DS 2.0 integrated on to your webpage.

44 lines (43 loc) 1.07 kB
{ "private": false, "name": "adyenthreeds2-js-utils", "version": "1.0.2", "license": "MIT", "scripts": { "build": "webpack --config webpack.config.js", "test": "BABEL_ENV=test jest --watchAll --config jest.config.js" }, "eslintIgnore": [ "build/*", "dist/*" ], "devDependencies": { "@babel/core": "^7.1.6", "@babel/preset-env": "^7.1.6", "babel-loader": "^8.0.4", "fsevents": "^1.2.4", "jest": "^24.0.0", "uglifyjs-webpack-plugin": "^1.3.0", "webpack": "^4.23.1", "webpack-cli": "^3.1.2" }, "description": "These utilities are helper functions to get 3DS 2.0 integrated on to your webpage.", "main": "jest.config.js", "repository": { "type": "git", "url": "git+https://github.com/Adyen/adyen-3ds2-js-utils.git" }, "keywords": [ "adyen", "3ds", "js", "utils", "helper", "functions" ], "author": "Adyen", "bugs": { "url": "https://github.com/Adyen/adyen-3ds2-js-utils/issues" }, "homepage": "https://github.com/Adyen/adyen-3ds2-js-utils#readme" }