-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "lifterlms-lib-tasks",
"version": "4.0.1",
"description": "gulp tasks and node utilities for LifterLMS and LifterLMS add-on development",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gocodebox/lifterlms-lib-tasks.git"
},
"keywords": [
"lifterlms"
],
"author": "Thomas Patrick Levy <thomas@lifterlms.com>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/gocodebox/lifterlms-lib-tasks/issues"
},
"homepage": "https://github.com/gocodebox/lifterlms-lib-tasks#readme",
"dependencies": {
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-checktextdomain": "^2.2.0",
"gulp-cli": "^3.0.0",
"gulp-if": "^3.0.0",
"gulp-ignore": "^3.0.0",
"gulp-include": "^2.4.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"merge": "^2.1.1",
"node-version-compare": "^1.0.3",
"normalize.css": "^8.0.1",
"pump": "^3.0.0",
"sass": "^1.44.0",
"semver": "^7.3.0",
"yargs": "^17.2.1"
}
}