UNPKG

@11ty/eleventy-plugin-rss

Version:

Generate an Atom, RSS, or JSON feed with Eleventy.

50 lines (49 loc) 1.22 kB
{ "name": "@11ty/eleventy-plugin-rss", "version": "2.0.4", "description": "Generate an Atom, RSS, or JSON feed with Eleventy.", "publishConfig": { "access": "public" }, "main": ".eleventy.js", "scripts": { "test": "npx ava", "sample": "cd sample && npx @11ty/eleventy --config=config-sample.js --pathprefix=pathprefix", "clean": "rm -rf sample/_site" }, "repository": { "type": "git", "url": "git+https://github.com/11ty/eleventy-plugin-rss.git" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/11ty" }, "keywords": [ "eleventy", "eleventy-plugin" ], "author": { "name": "Zach Leatherman", "email": "zachleatherman@gmail.com", "url": "https://zachleat.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/11ty/eleventy-plugin-rss/issues" }, "homepage": "https://www.11ty.dev/docs/plugins/rss/", "11ty": { "compatibility": ">=3.0.0-alpha.15" }, "devDependencies": { "@11ty/eleventy": "3.0.0", "ava": "^6.3.0" }, "dependencies": { "@11ty/eleventy-utils": "^2.0.0", "@11ty/posthtml-urls": "^1.0.1", "debug": "^4.4.0", "posthtml": "^0.16.6" } }