HELLO v3!!!
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "woocommerce-delete-expired-coupons",
|
||||
"version": "1.1.1",
|
||||
"description": "Automatically delete WooCommerce expired coupons.",
|
||||
"main": "Gruntfile.js",
|
||||
"keywords": [
|
||||
"woocommerce",
|
||||
"coupon",
|
||||
"delete",
|
||||
"expired"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PinchOfCode/woocommerce-payment-fees"
|
||||
},
|
||||
"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-watch": "~0.6.1",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"grunt-contrib-compress": "~0.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user