-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.02 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": "jekflix-template",
"version": "3.1.0",
"description": "A Jekyll theme inspired by Netflix",
"main": "gulpfile.js",
"homepage": "https://github.com/thiagorossener/jekflix-template.git#readme",
"repository": {
"type": "git",
"url": "https://github.com/thiagorossener/jekflix-template.git"
},
"keywords": [
"jekyll",
"template",
"theme",
"blog",
"netlify"
],
"author": "Thiago Rossener",
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagorossener/jekflix-template/issues"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^6.2.0",
"gulp-include": "^2.4.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.0",
"gulp-yaml": "^2.0.4",
"json-sass": "^1.3.5",
"lodash": "^4.17.19",
"lodash.merge": "^4.6.2",
"vinyl-source-stream": "^2.0.0"
}
}