-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 969 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
{
"name": "rest-xmlrpc-data-checker",
"title": "REST XMLRPC Data Checker",
"version": "1.4.0",
"license": "GPL-2.0",
"devDependencies": {
"grunt": "1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-cssmin": "~1.0.2",
"grunt-phpcs": "^0.4.0",
"grunt-checktextdomain": "^0.1.1",
"grunt-checkwpversion": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.0.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-lineending": "^0.2.2",
"grunt-potomo": "^2.1.0",
"grunt-wp-i18n": "^0.4.9",
"grunt-wp-readme-to-markdown": "^1.0.0",
"load-grunt-tasks": "^4",
"eslint": "^5",
"eslint-config-wordpress": "^2.0.0",
"grunt-eslint": "^21",
"stylelint": "^9",
"grunt-stylelint": "^0.10",
"stylelint-config-recommended": "^2",
"stylelint-config-standard": "^18",
"stylelint-config-wordpress": "^12.0.0"
}
}