forked from thebrandonallen/wp-fail2ban-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 856 Bytes
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
{
"name": "wp-fail2ban-redux",
"version": "0.8.2",
"main": "Gruntfile.js",
"author": "Brandon Allen",
"license": "GPL-2.0-or-later",
"repository": "github:thebrandonallen/wp-fail2ban-redux",
"devDependencies": {
"@wordpress/env": "~4.2.1",
"grunt": "~1.4.1",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-string-replace": "~1.3.1",
"grunt-wp-i18n": "~1.0.3",
"grunt-wp-readme-to-markdown": "~2.1.0",
"matchdep": "~2.0.0"
},
"scripts": {
"grunt": "grunt",
"version": "npm --no-git-tag-version version",
"wp-env": "wp-env",
"test-php": "npm run wp-env run phpunit 'php /var/www/html/wp-content/plugins/wp-fail2ban-redux/vendor/phpunit/phpunit/phpunit -c /var/www/html/wp-content/plugins/wp-fail2ban-redux/tests/env.xml'"
}
}