xmitter-11ty/package.json

31 lines
852 B
JSON
Raw Normal View History

2018-01-16 22:08:47 -05:00
{
"name": "eleventy-base-blog",
"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-01-27 22:08:43 -05:00
"dependencies": {
2018-06-11 09:09:20 -04:00
"@11ty/eleventy": "^0.3.6",
2018-04-05 00:58:56 -04:00
"@11ty/eleventy-plugin-rss": "^1.0.2",
2018-06-11 09:09:20 -04:00
"@11ty/eleventy-plugin-syntaxhighlight": "^1.0.5",
2018-04-05 01:01:56 -04:00
"luxon": "^1.0.0"
2018-01-16 22:08:47 -05:00
}
}