-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.21 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
43
44
45
46
47
48
49
50
51
52
{
"name": "thibaultjanbeyer.com",
"version": "10.0.0",
"description": "Thibault Jan Beyer's Portfolio",
"main": "gulpfile.js",
"dependencies": {
"gulp": "*"
},
"devDependencies": {
"babel-preset-es2015": "*",
"gulp": "^3.9.1",
"gulp-autoprefixer": "*",
"gulp-babel": "*",
"gulp-clean": "*",
"gulp-concat": "*",
"gulp-csso": "*",
"gulp-data": "^1.2.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlhint": "*",
"gulp-htmlmin": "*",
"gulp-imagemin": "*",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "*",
"gulp-merge-json": "^0.4.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "*",
"gulp-sass": "*",
"gulp-scss-lint": "*",
"gulp-size": "*",
"gulp-svg-sprite": "^1.2.19",
"gulp-uglify": "*",
"jshint-stylish": "^2.2.0",
"merge-stream": "^1.0.0"
},
"repository": {
"type": "git",
"url": "/"
},
"keywords": [
"Modern",
"Accessible",
"Responsive",
"Design",
"Art"
],
"author": "Thibault Jan Beyer",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThibaultJanBeyer/thibaultjanbeyer.com-v10/issues"
},
"homepage": "https://github.com/ThibaultJanBeyer/thibaultjanbeyer.com-v10#readme"
}