2018-01-16 22:08:47 -05:00
|
|
|
{
|
|
|
|
"name": "eleventy-base-blog",
|
2018-01-25 22:04:03 -05:00
|
|
|
"version": "3.0.0",
|
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",
|
|
|
|
"build-debug": "DEBUG=* npx eleventy",
|
|
|
|
"build-debug-watch": "DEBUG=* npx eleventy --watch"
|
|
|
|
},
|
|
|
|
"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-01-27 22:08:43 -05:00
|
|
|
"dependencies": {
|
|
|
|
"@11ty/eleventy": "0.2.12",
|
2018-01-22 23:53:46 -05:00
|
|
|
"luxon": "^0.3.1",
|
2018-01-27 22:08:43 -05:00
|
|
|
"posthtml": "^0.11.2",
|
|
|
|
"posthtml-urls": "^1.0.0",
|
2018-01-22 23:53:46 -05:00
|
|
|
"prismjs": "^1.10.0"
|
2018-01-27 22:08:43 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "^0.25.0"
|
|
|
|
},
|
|
|
|
"ava": {
|
|
|
|
"files": [
|
|
|
|
"_src/test/*.js"
|
|
|
|
],
|
|
|
|
"source": [
|
|
|
|
"_src/**/*.{js,jsx}"
|
|
|
|
]
|
2018-01-16 22:08:47 -05:00
|
|
|
}
|
|
|
|
}
|