-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.8 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "sierotki",
"title": "Orphans",
"description": "Plugin fix orphans position and replace space after orphan to hard space, to avoid ne break incorrect position.",
"tagline": "Supports the grammar rule for orphan words at the end of a line.",
"version": "3.3.1",
"homepage": "https://github.com/iworks/sierotki",
"repository": {
"type": "git",
"url": "[email protected]:iworks/sierotki.git"
},
"author": "iworks",
"keywords": [],
"contributors": [
{
"name": "Marcin Pietrzak",
"email": "[email protected]",
"uri": "http://iworks.pl/"
}
],
"requires": {
"WordPress": "5.0",
"PHP": "8.0"
},
"tested": {
"WordPress": "6.7"
},
"license": "GPL-3.0",
"devDependencies": {
"grunt": ">1.0.0",
"grunt-autoprefixer": ">3.0.0",
"grunt-clear": "~0.2.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": ">1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": ">1.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23",
"grunt-exec": "^0.4.6",
"grunt-git": ">1.0.0",
"grunt-jsvalidate": "^0.2.2",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "^0.1.0",
"grunt-phpunit": "^0.3.5",
"grunt-replace": "^1.0.1",
"grunt-wp-i18n": "^1.0.2",
"load-grunt-tasks": "^4.0.0",
"time-grunt": "^0.2.3",
"grunt-concat-css": "^0.3.1",
"grunt-po2mo": "~0.1.2"
}
}