peertube-theme-nctv-dark/peertube-plugin-akismet/package.json

24 lines
629 B
JSON
Raw Normal View History

2022-09-23 13:42:06 +00:00
{
"name": "peertube-plugin-akismet",
2022-09-23 14:14:58 +00:00
"version": "0.0.2",
2022-09-23 14:14:38 +00:00
"description": "Reject local comments, remote comments and registrations based on Akismet service",
2022-09-23 13:42:06 +00:00
"engine": {
"peertube": ">=4.3.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-akismet",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {},
"dependencies": {
"akismet-api": "^5.3.0"
}
}