-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.18 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": "cizi",
"version": "1.1.1",
"description": "Cizi - Clean And Minimalistic Personel Blog Theme",
"readmeFilename": "README.md",
"main": "index.js",
"scripts": {
"child" : "gulp zip",
"js" : "gulp scripts",
"style" : "gulp style",
"jade" : "gulp jade",
"test" : "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"minimal",
"clean",
"personel",
"blog",
"theme",
"modern",
"light",
"white"
],
"author": {
"name": "Enes Erdogan",
"email": "eneserdgnn@yandex.com",
"github": "https://github.com/eneserdogan"
},
"repository": {
"type": "git",
"url": "https://github.com/eneserdogan/cizi.git"
},
"bugs": {
"url": "https://github.com/eneserdogan/cizi/issues"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.12.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-chmod": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-jade": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.5",
"gulp-zip": "^3.2.0"
}
}