-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 943 Bytes
/
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
{
"name": "exclusive-addons-elementor",
"version": "2.6.6",
"description": "Exclusive Addons for Elementor",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+git@github.com:timstrifler/exclusive-addons-for-elementor.git"
},
"keywords": [
"exclusive",
"addons",
"elementor",
"wordpress"
],
"devDependencies": {
"autoprefixer": "latest",
"cssnano": "latest",
"del": "latest",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "latest",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-wp-pot": "latest",
"gulp-zip": "latest",
"postcss-object-fit-images": "latest",
"run-sequence": "latest"
},
"dependencies": {
"readable-stream": "^3.4.0"
}
}