forked from PaulLereverend/NextcloudVideo_Converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 925 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "video_converter",
"version": "0.0.1",
"description": "\"A Video-Converter for Nextcloud\"",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkmkarlsruhe/NextcloudVideo_Converter.git"
},
"keywords": [
"video",
"ffmpeg",
"converter"
],
"author": "GityUpNow",
"license": "agpl-3.0",
"bugs": {
"url": "https://github.com/zkmkarlsruhe/NextcloudVideo_Converter/issues"
},
"homepage": "https://github.com/zkmkarlsruhe/NextcloudVideo_Converter#readme",
"dependencies": {
"@nextcloud/vue": "^1.2.3"
},
"devDependencies": {
"@bundle-analyzer/webpack-plugin": "^0.5.1",
"css-loader": "^3.4.0",
"stylelint-webpack-plugin": "^1.1.2",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-merge": "^4.2.2"
}
}