forked from redCOMPONENT-COM/redSHOP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.4 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
{
"name": "redSHOP",
"version": "2.0.6",
"description": "Release script for redSHOP",
"main": "gulpfile.js",
"dependencies": {
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"node-sass": "^4.13.0"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"fs": "^0.0.1-security",
"glob-stream": "^6.1.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-composer": "^0.4.5",
"gulp-concat": "^2.6.1",
"gulp-hashsum": "^1.2.0",
"gulp-install": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"fancy-log": "^1.3.3",
"colors": "^1.4.0",
"gulp-zip": "^5.0.1",
"merge-stream": "^2.0.0",
"minimatch": "^3.0.4",
"pretty-data": "^0.40.0",
"require-dir": "^1.2.0",
"through2": "^3.0.1",
"upath": "^1.2.0",
"vinyl-fs": "^3.0.3",
"xml2js": "^0.4.23",
"yargs": "^15.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/redCOMPONENT-COM/redSHOP.git"
},
"keywords": [
"joomla",
"ecommerce",
"redshop"
],
"author": "redCOMPONENT-COM",
"license": "GPLv2",
"bugs": {
"url": "https://redweb.atlassian.net/secure/RapidBoard.jspa?rapidView=42&projectKey=REDSHOP"
}
}