-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.74 KB
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
59
60
61
{
"name": "fleet",
"title": "Fleet Manager",
"tagline": "Manage sailboats, sailors, regattas, and results with ease.",
"description": "Manage sailboats, sailors, regattas, and results with ease. Track boats, record sailor statistics, and organize sailing competitions—all within WordPress.",
"version": "2.6.1",
"homepage": "http://iworks.pl/en/plugins/fleet/",
"tags": [
"fleet",
"result",
"team",
"sport",
"sailing"
],
"author": [
{
"name": "Marcin Pietrzak",
"email": "marcin@iworks.pl",
"uri": "http://iworks.pl/"
}
],
"translator": {
"name": "Marcin Pietrzak",
"email": "marcin@iworks.pl"
},
"requires": {
"WordPress": "5.0",
"PHP": "8.0"
},
"tested": {
"WordPress": "6.8"
},
"devDependencies": {
"grunt": "^1",
"load-grunt-tasks": "^0",
"grunt-checktextdomain": "^1",
"grunt-contrib-clean": "^1",
"grunt-contrib-compass": "^1",
"grunt-contrib-compress": "^1",
"grunt-contrib-concat": "^1",
"grunt-contrib-copy": "^1",
"grunt-contrib-cssmin": "^2",
"grunt-contrib-jshint": "^1",
"grunt-contrib-nodeunit": "^1",
"grunt-contrib-sass": "^1",
"grunt-contrib-uglify": "^1",
"grunt-contrib-watch": "^1",
"grunt-concat-css": "^0",
"grunt-phpunit": "^0",
"grunt-potomo": "^3",
"grunt-replace": "^1",
"grunt-wp-i18n": "^1"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git@bitbucket.org:iworks-pl/fleet.git",
"website": "https://github.com/iworks/fleet"
},
"license": "GPL-3.0"
}