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.
21 lines
583 B
21 lines
583 B
9 years ago
|
{
|
||
|
"name": "skinny-bones-jekyll",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"description": "A Jekyll starter site",
|
||
|
"author": "Michael Rose <michael@mademistakes.com>",
|
||
|
"homepage": "http://mademistakes.com/",
|
||
|
"license": "The MIT License (MIT)",
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.2",
|
||
|
"grunt-contrib-jshint": "~0.8.0",
|
||
|
"grunt-contrib-uglify": "~0.3.2",
|
||
|
"grunt-contrib-watch": "~0.5.3",
|
||
|
"grunt-contrib-imagemin": "~0.5.0",
|
||
|
"grunt-svgmin": "~0.3.1",
|
||
|
"grunt-imgcompress": "~0.1.1",
|
||
|
"grunt-newer": "^0.7.0",
|
||
|
"grunt-surround": "^0.1.0"
|
||
|
}
|
||
|
}
|