-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 896 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
36
{
"name": "kap-nextcloud",
"version": "1.4.4",
"description": "Upload Screencast to your Nextcloud Instance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/ochorocho/kap-nextcloud.git"
},
"bugs": {
"url": "https://github.com/ochorocho/kap-nextcloud/issues"
},
"keywords": [
"kap-plugin"
],
"author": "ochorocho",
"license": "MIT",
"dependencies": {
"generate-password": "^1.5.1",
"moment": "^2.27.0",
"request": "^2.88.2",
"url-join": "^4.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}