-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
59 lines (59 loc) · 1.34 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "alcove-backup-system",
"version": "0.0.4",
"description": "The Alcove backup system",
"homepage": "https://github.com/bioneos/alcove",
"repository": "https://github.com/bioneos/alcove.git",
"main": "app.js",
"jest": {
"runner": "jest-runner",
"testURL": "http://localhost/",
"roots": [
"<rootDir>/tests/"
]
},
"scripts": {
"start": "gulp",
"build": "resources/build.sh",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"argon2": "^0.26",
"aws-sdk": "^2.709",
"body-parser": "^1.19",
"child_process": "^1.0",
"compression": "^1.7",
"express": "^4.17",
"express-session": "^1.17",
"fs-extra": "^9.0",
"glob": "^7.1",
"https": "^1.0",
"ini": "^1.3",
"log4js": "^6.3",
"memorystore": "^1.6",
"method-override": "^3.0",
"nodemailer": "^6.4",
"nunjucks": "^3.2",
"path": "^0.12",
"prompt": "^1.0",
"request": "^2.88",
"rsyncwrapper": "^3.0",
"sequelize": "^5.22",
"serve-favicon": "^2.5",
"single-instance": "^0.0",
"sqlite3": "^5.0",
"wordwrapjs": "^4.0"
},
"devDependencies": {
"gulp": "^4.0",
"gulp-jshint": "^2.1",
"gulp-livereload": "^4.0",
"gulp-nodemon": "^2.5",
"gulp-plumber": "^1.2",
"gulp-sass": "^4.1",
"jest": "^26.0",
"jshint": "^2.11"
}
}