forked from mrmrs/nkd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.67 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "nkd",
"description": "Barebones scaffolding for developing a jekyll site.",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git://github.com/mrmrs/nkd.git"
},
"bugs": {
"url": "http://github.com/mrmrs/nkd/issues",
"email": "[email protected]"
},
"homepage": "http://mrmrs.io/nkd",
"keywords": [
"jekyll",
"ruby",
"static site generator",
"html5",
"css",
"sass",
"template"
],
"devDependencies": {
"browser-sync": "^1.1.1",
"gulp": "~3.5.5",
"gulp-autoprefixer": "0.0.5",
"gulp-csslint": "~0.1.3",
"gulp-imagemin": "~0.1.4",
"gulp-jekyll": "0.0.0",
"gulp-minify-css": "~0.3.5",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-sass": "~0.7.2",
"gulp-shell": "^0.2.11",
"gulp-size": "^0.4.0",
"gulp-svgmin": "~0.4.1",
"gulp-util": "~2.2.12",
"gulp-watch": "^0.6.8",
"imagemin-pngcrush": "^1.0.0",
"jshint-stylish": "~0.1.5"
},
"contributors": [
{
"name": "Jake Champion",
"email": "[email protected]"
},
{
"name": "Dave C. Copeland",
"email": "[email protected]"
},
{
"name": "Doug March",
"email": "[email protected]"
},
{
"name": "Chris Blanch",
"url": "http://chrisblanch.com"
},
{
"name": "David Potsiadlo",
"email": "[email protected]"
},
{
"name": "Huy Hong",
"email": "[email protected]"
},
{
"name": "Kyle MacDonald",
"email": "[email protected]"
},
{
"name": "Adam Morse",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"start": "gulp"
}
}