-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 877 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-webmentions",
"version": "2.1.0",
"description": "An eleventy plugin to fetch webmentions and helper methods to display them",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luke Bonaccorsi",
"license": "MIT",
"dependencies": {
"@tweetback/canonical": "^2.0.27",
"html-entities": "^2.3.3",
"node-fetch": "^2.6.6",
"sanitize-html": "^2.7.0",
"truncate-html": "^1.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeFoodPixels/eleventy-plugin-webmentions.git"
},
"keywords": [
"Eleventy",
"11ty",
"webmentions"
],
"bugs": {
"url": "https://github.com/CodeFoodPixels/eleventy-plugin-webmentions/issues"
},
"homepage": "https://github.com/CodeFoodPixels/eleventy-plugin-webmentions#readme"
}