aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/fixtures/peertube-plugin-test-video-constants/package.json
blob: 0fcf399330379e2648cde8dbc8634c71186ee88b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "peertube-plugin-test-video-constants",
  "version": "0.0.1",
  "description": "Plugin test video constants",
  "engine": {
    "peertube": ">=1.3.0"
  },
  "keywords": [
    "peertube",
    "plugin"
  ],
  "homepage": "https://github.com/Chocobozzz/PeerTube",
  "author": "Chocobozzz",
  "bugs": "https://github.com/Chocobozzz/PeerTube/issues",
  "library": "./main.js",
  "staticDirs": {},
  "css": [],
  "clientScripts": [],
  "translations": {}
}