This commit is contained in:
erwanlr
2022-04-02 08:34:15 +02:00
parent 3305692808
commit a9f3624a9b
36 changed files with 10459 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "viapay-woocommerce-payment",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp-sass": "^4.0.2",
"node-sass": "^4.11.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-minify-css": "^1.2.4",
"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/viabill/viapay-woocommerce-payment/"
},
"author": "Viabill",
"license": "SEE LICENSE IN License.txt",
"homepage": "https://github.com/viabill/viapay-woocommerce-payment/"
}