forked from OpenDroneMap/ClusterODM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 818 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": "ClusterODM",
"version": "1.5.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"winbundle": "node winbundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenDroneMap/ClusterODM"
},
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"async": "^2.6.1",
"aws-sdk": "^2.466.0",
"axios": "^0.18.0",
"busboy": "^0.2.14",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-basic-auth": "^1.2.0",
"http-proxy": "^1.17.0",
"minimist": "^1.2.0",
"node-libcurl": "^2.0.3",
"rimraf": "^2.6.2",
"short-uuid": "^3.1.1",
"tree-kill": "^1.2.1",
"uuid": "^3.3.2",
"winston": "^3.3.3"
},
"devDependencies": {
"archiver": "^3.0.0"
}
}