2018-01-16 22:08:47 -05:00
|
|
|
{
|
|
|
|
"name": "eleventy-base-blog",
|
2018-04-17 09:43:38 -04:00
|
|
|
"version": "4.0.2",
|
2018-01-16 22:08:47 -05:00
|
|
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
|
|
|
"scripts": {
|
|
|
|
"build": "npx eleventy",
|
2018-01-28 22:28:10 -05:00
|
|
|
"watch": "npx eleventy --watch",
|
|
|
|
"debug": "DEBUG=* npx eleventy"
|
2018-01-16 22:08:47 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/11ty/eleventy-base-blog.git"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Zach Leatherman",
|
|
|
|
"email": "zachleatherman@gmail.com",
|
|
|
|
"url": "https://zachleat.com/"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/11ty/eleventy-base-blog/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
|
2018-06-20 23:43:11 -04:00
|
|
|
"devDependencies": {
|
2019-01-10 23:20:14 -05:00
|
|
|
"@11ty/eleventy": "^0.7.0",
|
2018-09-30 01:11:29 -04:00
|
|
|
"@11ty/eleventy-plugin-rss": "^1.0.3",
|
|
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.0",
|
2018-06-18 10:00:00 -04:00
|
|
|
"luxon": "^1.0.0",
|
|
|
|
"markdown-it": "^8.4.1",
|
2018-09-30 01:11:29 -04:00
|
|
|
"markdown-it-anchor": "^5.0.2"
|
2018-01-16 22:08:47 -05:00
|
|
|
}
|
|
|
|
}
|