-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "pkg_digicom",
"version": "1.4.1",
"creationDate": "25-12-2018",
"description": "DigiCom is next generation ecommerce extension for selling digital product with Joomla!",
"author": "ThemeXpert <[email protected]>",
"contributors": [
{
"name": "Abu Huraira Bin Aman",
"email": "[email protected]"
}
],
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/themexpert/digicom"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "GPL-3.0",
"devDependencies": {
"browser-sync": "2.9.7",
"event-stream": "3.3.1",
"gulp": "^3.9.0",
"gulp-changed": "1.3.0",
"gulp-concat": "2.6.0",
"gulp-less": "3.0.3",
"gulp-minify-css": "1.2.1",
"gulp-phpcs": "0.7.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-rimraf": "0.1.1",
"gulp-run-sequence": "0.3.2",
"gulp-uglify": "1.4.1",
"gulp-util": "3.0.6",
"gulp-zip": "3.0.2",
"joomla-gulp": "1.1.1",
"less": "^2.7.2",
"require-dir": "^0.3.2"
},
"dependencies": {
"orchestrator": "0.3.7"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}