forked from gocodebox/lifterlms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "lifterlms",
"version": "3.15.1",
"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": {
"cheerio": "^0.19.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-include": "^1.1.1",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-minify-css": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-notify-growl": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-ruby-sass": "^2.1.0",
"gulp-sort": "^2.0.0",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^5.0.0",
"gulp-uglify": "^1.5.3",
"gulp-wp-pot": "^1.3.1",
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"jshint-stylish": "^1.0.1",
"markdown-html": "gocodebox/markdown-html",
"require-dir": "^0.3.2",
"yargs": "^4.1.0"
}
}