forked from gocodebox/lifterlms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "lifterlms",
"version": "3.0.0",
"description": "LifterLMS by codeBOX",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://therealmarknelson@github.com/gocodebox/lifterlms.git"
},
"author": "codeBOX",
"license": "ISC",
"bugs": {
"url": "https://github.com/gocodebox/lifterlms/issues"
},
"homepage": "https://github.com/gocodebox/lifterlms",
"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": "0.0.8",
"require-dir": "^0.3.2",
"yargs": "^4.1.0"
}
}