eleventy-plugin-head
Version:
Append elements to the head of the page from your templates
22 lines (21 loc) • 635 B
JSON
{
"name": "eleventy-plugin-head",
"version": "1.1.1",
"description": "Append elements to the head of the page from your templates",
"main": ".eleventy.js",
"keywords": ["Eleventy", "Bento", "Components"],
"author": "Sebastian Benz",
"license": "Apache-2.0",
"peerDependencies": {
"@11ty/eleventy": "0.12.1"
},
"files": ["*.js"],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sebastianbenz/eleventy-plugin-head.git"
},
"bugs": {
"url": "https://github.com/sebastianbenz/eleventy-plugin-head/issues"
},
"homepage": "https://github.com/sebastianbenz/eleventy-plugin-head"
}