This commit is contained in:
erwanlr
2018-10-07 15:58:56 +01:00
parent 5657735b55
commit 57942e1826
13 changed files with 2004 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "download-media-file",
"version": "1.0.0",
"description": "Adds a button to media modal to download media file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shamimmoeen/download-media-file.git"
},
"keywords": [
"download-media-file"
],
"author": "CoderBloc",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/shamimmoeen/download-media-file/issues"
},
"homepage": "https://github.com/shamimmoeen/download-media-file#readme",
"devDependencies": {
"grunt-wp-i18n": "^1.0.2",
"grunt-wp-readme-to-markdown": "^2.0.1"
}
}