forked from willianjusten/will-jekyll-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 754 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
{
"name": "willjekylltemplate",
"version": "1.0.0",
"description": "My jekyll blog template.",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"keywords": [
"frontend",
"blog",
"css",
"stylus",
"gulp",
"jekyll",
"js"
],
"author": "Willian Justen de Vasconcellos",
"license": "MIT",
"devDependencies": {
"autoprefixer-stylus": "^0.4.0",
"browser-sync": "^1.9.0",
"grunt": "^0.4.5",
"gulp": "^3.9.1",
"gulp-concat": "^2.4.3",
"gulp-imagemin": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-stylus": "^1.3.7",
"gulp-uglify": "^1.0.2"
},
"dependencies": {
"jeet": "^6.1.4",
"kouto-swiss": "^0.11.14",
"rupture": "^0.6.1",
"stripe": "^7.4.0"
}
}