forked from Remzi1993/jquery-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "jquery-manager",
"version": "1.10.4",
"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": "jquery-manager.php",
"directories": {
"test": "tests"
},
"dependencies": {
"collizo4sky/persist-admin-notices-dismissal": "^1.4.3",
"tareq1988/wordpress-settings-api-class": "^1.2",
"pull": "^2.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Remzi1993/jquery-manager.git"
},
"keywords": [
"wordpress",
"wordpress plugin",
"jquery"
],
"author": "Remzi Cavdar <[email protected]> (https://twitter.com/remzicavdar)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Remzi1993/jquery-manager/issues"
},
"homepage": "https://github.com/Remzi1993/jquery-manager"
}