Adds DFs
This commit is contained in:
26
spec/fixtures/dynamic_finders/plugin_version/download-media-file/composer_file/package.json
vendored
Normal file
26
spec/fixtures/dynamic_finders/plugin_version/download-media-file/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user