-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.33 KB
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
{
"name": "NodeODX",
"version": "2.3.1",
"description": "REST API to access ODM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"winbundle": "node scripts/winbundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebODM/NodeODX.git"
},
"keywords": [
"webodm"
],
"author": "Piero Toffanin",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/WebODM/NodeODX/issues"
},
"homepage": "https://github.com/WebODM/NodeODX#readme",
"dependencies": {
"@dabh/diagnostics": "2.0.3",
"archiver": "^3.0.0",
"async": "^2.6.1",
"@aws-sdk/client-s3": "3.400.0",
"@aws-sdk/lib-storage": "3.400.0",
"@aws-sdk/node-http-handler": "3.374.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"glob": "^7.1.3",
"mime": "^2.4.0",
"minimist": "^1.2.0",
"multer": "^1.4.1",
"mv": "^2.1.1",
"node-schedule": "^1.3.1",
"node-unzip-2": "^0.2.7",
"request": "^2.88.0",
"rimraf": "^2.6.2",
"swagger-jsdoc": "^3.2.6",
"systeminformation": "3.42.0",
"tree-kill": "^1.2.1",
"uuid": "^3.3.2",
"winston": "3.17.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.0.0",
"nodemon": "^1.18.4",
"time-grunt": "^1.4.0"
}
}