generated from 5t3ph/eleventy-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 845 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
32
33
34
35
36
{
"name": "eleventy-plugin-unfurl",
"version": "1.0.0",
"description": "Unfurl links into preview cards in Eleventy",
"homepage": "https://github.com/daviddarnes/eleventy-plugin-unfurl",
"main": ".eleventy.js",
"scripts": {
"build": "eleventy",
"bump": "npm --no-git-tag-version version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daviddarnes/eleventy-plugin-unfurl.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin",
"unfurl",
"bookmarks",
"cards"
],
"author": {
"name": "daviddarnes",
"url": "https://darn.es"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/daviddarnes/eleventy-plugin-unfurl/issues"
},
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-fetch": "^3.0.0"
}
}