HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"name": "woocommerce-payment-fees",
"version": "1.5.2",
"description": "A WooCommerce Extension that allows to add extra charges to your payment gateways.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/PinchOfCode/woocommerce-payment-fees"
},
"keywords": [
"woocommerce",
"payment",
"fee",
"gateway",
"ecommerce"
],
"author": {
"name" : "Pinch Of Code",
"email" : "info@pinchofcode.com",
"url" : "http://pinchofcode.com"
},
"licenses": {
"type" : "GPL-2",
"url" : "https://github.com/PinchOfCode/woocommerce-payment-fees/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/PinchOfCode/woocommerce-payment-fees/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.2"
}
}