-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "eleventy-plugin-inline-link-favicon",
"version": "1.1.0",
"description": "Adds an inline image of the link's domain's favicon",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy && prettier --write _site/demo/** && markdown-inject -a"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmuenzenmeyer/eleventy-plugin-inline-link-favicon.git"
},
"keywords": [
"eleventy",
"link",
"favicon",
"preview"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/bmuenzenmeyer/eleventy-plugin-inline-link-favicon/issues"
},
"homepage": "https://github.com/bmuenzenmeyer/eleventy-plugin-inline-link-favicon#readme",
"devDependencies": {
"@11ty/eleventy": "2.0.0-beta.3",
"markdown-inject": "3.1.1",
"prettier": "2.8.4"
}
}