forked from GHSVS-de/plg_system_insertwhatwhereghsvs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.18 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "plg_system_insertwhatwhereghsvs",
"nameReal": "plg_system_insertwhatwhereghsvs",
"filename": "insertwhatwhereghsvs",
"version": "2022.04.08",
"versionCompare": "2020.09.15",
"update": {
"type": "plugin",
"folder": "system",
"client": "site",
"tag": "stable",
"targetplatform": [
"3.*",
"4.*"
],
"namespace": "Joomla\\Plugin\\System\\insertwhatwhereGhsvs"
},
"releaseTxt": {
"title": "Joomla system plugin InsertWhatWhereGhsvs",
"requires": [
]
},
"changelog": {
"projecturl": "https://github.com/GHSVS-de/plg_system_insertwhatwhereghsvs",
"infosDE": "",
"infosEN": "https://github.com/GHSVS-de/plg_system_insertwhatwhereghsvs#readme",
"docsDE": "",
"docsEN": "",
"lastTests": [
"PHP 8.0",
"PHP 7.4",
"Joomla 3.10.8",
"Joomla 4.1.2"
]
},
"minimumPhp": "7.4.0",
"maximumPhp": "8.9999.9999",
"minimumJoomla": "3.10.4",
"maximumJoomla": "4.9999.9999",
"allowDowngrades": "1",
"creationDate": "2020-09-15",
"licenseLong": "GNU General Public License version 3 or later; see LICENSE.txt.",
"copyright": "(C) 2020, G@HService Berlin Neukölln, Volkmar Volli Schlothauer.",
"author": {
"name": "G@HService Berlin Neukölln, Volkmar Volli Schlothauer",
"email": "",
"url": "https://ghsvs.de"
},
"contributors": [
{
"name": "G@HService Berlin Neukölln, Volkmar Volli Schlothauer",
"email": "",
"url": "https://ghsvs.de"
}
],
"bugs": "https://github.com/GHSVS-de/plg_system_insertwhatwhereghsvs/issues",
"homepage": "https://github.com/GHSVS-de/plg_system_insertwhatwhereghsvs#readme",
"keywords": [
"joomla",
"system plugin"
],
"private": false,
"description": "Joomla system plugin.Insert whatever before/after specific HTML tags like <HEAD>, <BODY>, <HTML>.",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/GHSVS-de/plg_system_insertwhatwhereghsvs.git"
},
"scripts": {
"g-build": "node build.js",
"updateCheck": "npm outdated",
"update": "npm update --save-dev"
},
"dependencies": {
},
"devDependencies": {
"adm-zip": "^0.5.9",
"picocolors": "^1.0.0",
"fs-extra": "10.0.1",
"path": "^0.12.7",
"rimraf": "^3.0.2"
},
"browserslist": []
}