-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "tutor-lms-elementor-addons",
"version": "2.1.3",
"description": "<img src=\".github/tutor-github.png\" alt=\"TutorLMS\" width=\"100%\">",
"main": "index.js",
"scripts": {
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themeum/tutor-lms-elementor-addons.git"
},
"keywords": [
"lms",
"tutor",
"wordpress",
"lms"
],
"author": "themeum",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/themeum/tutor-lms-elementor-addons/issues"
},
"homepage": "https://github.com/themeum/tutor-lms-elementor-addons#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-cssnano": "^2.1.3",
"gulp-install": "^1.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^4.2.0",
"sass": "^1.44.0"
},
"dependencies": {
"gulp-update-version": "^1.0.2"
}
}