-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 KB
/
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
37
{
"name": "sysfilezillaserverapi",
"version": "1.0.3",
"description": "SysFileZillaServerAPI e uma API, que roda em Express e utiliza o repositório CtrlFileZillaServer para gerenciar o FileZilla Server de forma remota",
"author": "Paloma Macetko <cmacetko@gmail.com>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/cmacetko/sysfilezillaserverapi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cmacetko/sysfilezillaserverapi"
},
"bugs": {
"url": "https://github.com/cmacetko/sysfilezillaserverapi/issues"
},
"keywords": [
"filezilla",
"filezilla server",
"ftp",
"ftp server",
"listar contas",
"criar conta",
"editar conta",
"deletar conta"
],
"dependencies": {
"body-parser": "^1.19.0",
"ctrlfilezillaserver": "^1.0.1",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"path": "^0.12.7",
"simple-node-logger": "^18.12.24"
}
}