-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 953 Bytes
/
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
33
34
35
36
37
{
"name": "wp-php-console",
"title": "WP PHP Console",
"description": "An implementation of PHP Console as a WordPress plugin. Use Chrome Dev Tools to debug your WordPress installation!",
"version": "1.6.0",
"homepage": "https://wordpress.org/plugins/php-wp-console/",
"repository": {
"type": "git",
"url": "https://github.com/AbhiFutureTech/php-wp-console"
},,
"dependencies": {
"coffeescript": "^2.5.1"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-checktextdomain": "^1.0",
"grunt-composer": "^0.4",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0",
"grunt-po2mo": "^0.1",
"grunt-wp-deploy": "^1.3",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^3.5"
},
"keywords": [
"wordpress",
"debug",
"debugging",
"development",
"php-console",
"console",
"terminal",
"command-line",
"cli"
]
}