mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-11-12 11:09:12 -05:00
26 lines
681 B
JSON
26 lines
681 B
JSON
{
|
|
"name": "hpstr-theme",
|
|
"author": "Michael Rose <michael@mademistakes.com>",
|
|
"homepage": "http://mmistakes.github.io/hpstr-jekyll-theme/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mmistakes/hpstr-jekyll-theme.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mmistakes/hpstr-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"
|
|
}
|
|
}
|