ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 457 B

1234567891011121314151617181920
  1. {
  2. "name": "peertube-plugin-test-id-pass-auth-one",
  3. "version": "0.0.1",
  4. "description": "Id and pass auth one",
  5. "engine": {
  6. "peertube": ">=1.3.0"
  7. },
  8. "keywords": [
  9. "peertube",
  10. "plugin"
  11. ],
  12. "homepage": "https://github.com/Chocobozzz/PeerTube",
  13. "author": "Chocobozzz",
  14. "bugs": "https://github.com/Chocobozzz/PeerTube/issues",
  15. "library": "./main.js",
  16. "staticDirs": {},
  17. "css": [],
  18. "clientScripts": [],
  19. "translations": {}
  20. }