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,35 @@
{
"name": "woocommerce-embed-slides",
"version": "1.0.0",
"description": "Allows to add slide decks by slides.com in your product, instead of featured image.",
"main": "Gruntfile.js",
"keywords": [
"woocommerce",
"coupon",
"delete",
"expired"
],
"repository": {
"type": "git",
"url": "https://github.com/PinchOfCode/woocommerce-embed-slides"
},
"author": {
"name" : "Pinch Of Code",
"email" : "info@pinchofcode.com",
"url" : "http://pinchofcode.com"
},
"licenses": {
"type" : "GPL-2",
"url" : "https://github.com/PinchOfCode/woocommerce-embed-slides/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/PinchOfCode/woocommerce-embed-slides/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"
}
}