This commit is contained in:
erwanlr
2019-06-08 12:11:10 +01:00
parent 50ea410718
commit 743d067042
7 changed files with 524 additions and 1 deletions

View 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"
}