-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "com_hbmanager",
"version": "2.6.17",
"date": "2021-10-12 11:21:48 GMT+0200",
"description": "Joomla! HB Manager extension",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/stingray21/com_hbmanager.git"
},
"keywords": ["handball", "joomla"],
"author": "Jochen Stehle",
"license": "ISC",
"bugs": {
"url": "https://github.com/stingray21/com_hbmanager/issues"
},
"homepage": "https://github.com/stingray21/com_hbmanager#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"ansi-colors": "^4.1.1",
"autoprefixer": "^10.3.1",
"browser-sync": "^2.27.4",
"cssnano": "^5.0.6",
"dateformat": "^4.5.1",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-imagemin": "^7.1.0",
"gulp-json-editor": "^2.5.6",
"gulp-mode": "^1.1.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"gulp-zip": "^4.2.0",
"readable-stream": "^3.6.0",
"sass": "^1.39.2"
}
}