-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
executable file
·42 lines (42 loc) · 1010 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
35
36
37
38
39
40
41
42
{
"name": "thiagorossener.github.io",
"version": "1.0.0",
"description": "Blog pessoal de Thiago Rossener.",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thiagorossener/thiagorossener.github.io.git"
},
"keywords": [
"jekyll",
"blog",
"css",
"js",
"gulp",
"stylus"
],
"author": "Thiago Rossener",
"license": "ISC",
"bugs": {
"url": "https://github.com/thiagorossener/thiagorossener.github.io/issues"
},
"homepage": "https://github.com/thiagorossener/thiagorossener.github.io#readme",
"devDependencies": {
"autoprefixer-stylus": "1.0.0",
"browser-sync": "2.27.7",
"child_process": "1.0.2",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-imagemin": "8.0.0",
"gulp-plumber": "1.2.1",
"gulp-stylus": "2.7.0",
"gulp-uglify": "3.0.2",
"jeet": "7.2.0",
"kouto-swiss": "1.1.0",
"minimist": "1.2.5",
"rupture": "0.7.1"
}
}