forked from arg0s/minimal-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 801 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 801 Bytes
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
{
"name": "minimal-jekyll-theme",
"author": "Aravind Krishnaswamy <arvi@alumni.iastate.edu>",
"contributors": [
{
"name": "Micheal Rose",
"email": "michael@mademistakes.com"
}
],
"homepage": "http://arg0s.github.io/minimal-jekyll-theme/",
"repository": {
"type": "git",
"url": "git://github.com/arg0s/minimal-jekyll-theme.git"
},
"bugs": {
"url": "https://github.com/arg0s/minimal-jekyll-theme/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.2",
"grunt-recess": "~0.3.5",
"grunt-contrib-imagemin": "~0.2.0",
"grunt-svgmin": "~0.2.0"
}
}