-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 967 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
{
"name": "@11ty/eleventy-activity-feed",
"version": "2.0.0",
"description": "Create one centralized RSS feed for all of the content you create across the web (aggregates from RSS, Atom, Mastodon, YouTube)",
"main": "ActivityFeed.js",
"type": "module",
"scripts": {
"sample": "node sample.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11ty/eleventy-activity-feed.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"bugs": {
"url": "https://github.com/11ty/eleventy-activity-feed/issues"
},
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"homepage": "https://github.com/11ty/eleventy-activity-feed#readme",
"dependencies": {
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/import": "^1.0.8"
}
}