Adds DFs
This commit is contained in:
25
spec/fixtures/dynamic_finders/plugin_version/jquery-manager/composer_file/package.json
vendored
Normal file
25
spec/fixtures/dynamic_finders/plugin_version/jquery-manager/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "jquery-manager",
|
||||
"version": "1.9.0",
|
||||
"description": "Manage jQuery and jQuery Migrate on a WordPress website, select a specific jQuery and/or jQuery Migrate version. The ultimate jQuery debugging tool for WordPress. This plugin is a open source project, made possible by your contribution (code). Development is done on GitHub.",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Remzi1993/jquery-manager.git"
|
||||
},
|
||||
"keywords": [
|
||||
"wordpress"
|
||||
],
|
||||
"author": "Remzi Cavdar",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Remzi1993/jquery-manager/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Remzi1993/jquery-manager"
|
||||
}
|
||||
Reference in New Issue
Block a user