24 lines
503 B
JSON
24 lines
503 B
JSON
|
{
|
||
|
"name": "peertube-plugin-test-native",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Plugin test-native",
|
||
|
"engine": {
|
||
|
"peertube": ">=4.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": {},
|
||
|
"dependencies": {
|
||
|
"a-native-example": "^1.0.0"
|
||
|
}
|
||
|
}
|