-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 877 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 877 Bytes
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
38
39
{
"name": "photobackup",
"version": "0.2.1",
"description": "PhotoBackup server implementation for Node.js",
"keywords": [
"photobackup",
"photos",
"self-hosting"
],
"homepage": "https://photobackup.github.io/",
"bugs": {
"url": "https://github.com/PhotoBackup/server-node/issues",
"email": "photobackup@s13d.fr"
},
"license": "GPL-2.0",
"author": "s13d",
"contributors": [
{
"name": "Stéphane Péchard",
"email": "sd@s13d.fr"
}
],
"bin": "photobackup.js",
"main": "photobackup.js",
"repository": {
"type": "git",
"url": "https://github.com/PhotoBackup/server-node"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"docopt": "^0.6.2",
"express": "^4.17.1",
"ini": "^1.3.8",
"inquirer": "^1.2.3",
"js-sha512": "^0.8.0",
"multer": "^1.4.3"
}
}