This commit is contained in:
erwanlr
2020-02-08 10:28:19 +00:00
parent 343f87bbe7
commit 2709d0869a
15 changed files with 5971 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "payex-woocommerce-checkout",
"version": "3.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.12.0"
},
"devDependencies": {
"gulp": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-checkout"
},
"author": "Swedbank Pay",
"license": "Apache-2.0",
"homepage": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-checkout"
}