-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 928 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
43
44
45
46
{
"name": "matzar.github.io",
"version": "1.0.0",
"description": "Mateusz Zaremba Portfolio Website.",
"main": "gulpfile.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/matzar/matzar.github.io.git"
},
"keywords": [
"frontend",
"blog",
"css",
"stylus",
"gulp",
"jekyll",
"js"
],
"author": "Victor Igor",
"contributors": [
{
"name": "Mateusz Zaremba",
"email": "[email protected]"
}
],
"license": "ISC",
"devDependencies": {
"autoprefixer-stylus": "^0.4.0",
"browser-sync": "^1.9.0",
"grunt": "^0.4.5",
"gulp": "^3.8.10",
"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"
}
}