You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
681 B
25 lines
681 B
{ |
|
"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" |
|
} |
|
}
|
|
|