This commit is contained in:
erwanlr
2020-09-19 10:39:54 +02:00
parent 2fb36dc425
commit 9c36293382
17 changed files with 1704 additions and 13 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "quick-download-button",
"version": "1.0.0",
"description": "Custom download buttons with options for colors, hide/show file size and extension wordpress block and sortcode options.",
"main": "build/index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kusimo/quick-download-button.git"
},
"author": "Abidemi Kusimo",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/kusimo/quick-download-button/issues"
},
"homepage": "https://github.com/kusimo/quick-download-button#readme",
"devDependencies": {
"@wordpress/scripts": "12.2.0"
}
}