-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 715 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 715 Bytes
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
{
"name": "netlify-plugin-webmentions",
"version": "1.1.0",
"description": "Automatically discover any webmentions and send them after every production build",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CodeFoodPixels/netlify-plugin-webmentions.git"
},
"author": "Luke Bonaccorsi",
"license": "MIT",
"keywords": [
"netlify",
"netlify-plugin"
],
"bugs": {
"url": "https://github.com/CodeFoodPixels/netlify-plugin-webmentions/issues"
},
"homepage": "https://github.com/CodeFoodPixels/netlify-plugin-webmentions#readme",
"dependencies": {
"@remy/webmention": "^1.4.5"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}