FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NodeODM/package.json at master · SimplexZhao/NodeODM · GitHub
SimplexZhao
/
NodeODM
Public
forked from
OpenDroneMap/NodeODM
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
NodeODM
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (52 loc) · 1.26 KB
Breadcrumbs
NodeODM
/
package.json
Copy path
File metadata and controls
52 lines (52 loc) · 1.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
NodeODM
"
,
"version"
:
"
2.2.4
"
,
"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/OpenDroneMap/NodeODM.git
"
},
"keywords"
: [
"
opendronemap
"
],
"author"
:
"
Piero Toffanin
"
,
"license"
:
"
AGPL-3.0
"
,
"bugs"
: {
"url"
:
"
https://github.com/OpenDroneMap/NodeODM/issues
"
},
"homepage"
:
"
https://github.com/OpenDroneMap/NodeODM#readme
"
,
"dependencies"
: {
"archiver"
:
"
^3.0.0
"
,
"async"
:
"
^2.6.1
"
,
"aws-sdk"
:
"
^2.368.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
"
,
"@dabh/diagnostics"
:
"
2.0.3
"
},
"devDependencies"
: {
"grunt"
:
"
^1.0.3
"
,
"grunt-contrib-jshint"
:
"
^1.0.0
"
,
"nodemon"
:
"
^1.18.4
"
,
"time-grunt"
:
"
^1.4.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL