This commit is contained in:
erwanlr
2021-04-02 14:21:51 +02:00
parent 776ca22e77
commit 7f491c2403
13 changed files with 2095 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "wc-paddle-payment-gateway",
"version": "1.0.0",
"description": "=== Plugin Name === Contributors: (this should be a list of wordpress.org userid's) Donate link: https://codecanyon.net/user/divdojo/portfolio Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"@wordpress/browserslist-config": "^3.0.1",
"browser-sync": "^2.26.14",
"browserslist": "^4.16.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-terser": "^2.0.1",
"gulp-zip": "^5.0.2",
"node-sass": "^5.0.0"
}
}