31 lines
852 B
JSON
31 lines
852 B
JSON
{
|
|
"name": "eleventy-base-blog",
|
|
"version": "4.0.2",
|
|
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
|
|
"scripts": {
|
|
"build": "npx eleventy",
|
|
"watch": "npx eleventy --watch",
|
|
"debug": "DEBUG=* npx eleventy"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^0.3.6",
|
|
"@11ty/eleventy-plugin-rss": "^1.0.2",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.5",
|
|
"luxon": "^1.0.0"
|
|
}
|
|
}
|