-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 881 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": "sunny",
"version": "0.2.0",
"description": "A secured single-user personal cloud app in node.js",
"main": "app.js",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-totp": "0.0.2",
"serve-index": "^1.7.3",
"serve-static": "^1.10.2",
"thirty-two": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Epholys/sunny.git"
},
"keywords": [
"nodejs"
],
"author": "Epholys",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Epholys/sunny/issues"
},
"homepage": "https://github.com/Epholys/sunny#readme"
}