forked from gocodebox/lifterlms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 902 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
{
"name": "lifterlms",
"version": "3.30.2",
"description": "LifterLMS by codeBOX",
"repository": {
"type": "git",
"url": "https://github.com/gocodebox/lifterlms.git"
},
"author": "LifterLMS",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gocodebox/lifterlms/issues"
},
"homepage": "https://lifterlms.com",
"devDependencies": {
"all-contributors-cli": "^4.11.2",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-header": "^2.0.5",
"gulp-include": "^2.3.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "^1.2.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^1.5.4",
"lifterlms-lib-tasks": "^3.2.0",
"yargs": "^12.0.2"
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
}
}