-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathidl.package.json
More file actions
51 lines (51 loc) · 1.66 KB
/
idl.package.json
File metadata and controls
51 lines (51 loc) · 1.66 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
{
"name": "UAVToolkit",
"version": "2.3.5",
"license": "MIT",
"author": "Zachary Norman",
"description": "A tool used to preprocess multispectral, multi-lens imagery.",
"entry_point": "uav_toolkit",
"build_types": [
"idl"
],
"ignore": [
"dist",
"docs"
],
"scripts": {
"add-headers": [
[
"self.addFileHeaders, /OVERWRITE, ['Copyright (c) 2019 Harris Geospatial Solutions, Inc.',",
"'',",
"'Licensed under MIT. See LICENSE.txt for additional details and information.']"
]
],
"doc": [
[
"self.document, /CLEAR_PREVIOUS, /NO_AUTO_OPEN, ",
"FOOTER=['Copyright © 2019 Harris Geospatial Solutions, Inc.',",
"'', 'Licensed under MIT. See ![FILE: LICENSE.txt] for additional details and information.']"
]
],
"doc-dev": [
[
"self.document, /CLEAR_PREVIOUS, ",
"FOOTER=['Copyright © 2019 Harris Geospatial Solutions, Inc.',",
"'', 'Licensed under MIT. See ![FILE: LICENSE.txt] for additional details and information.']"
]
]
},
"dependencies": {
"github-se-awesomeenvitoolkit": {
"version": "^v0.0.2",
"url": "hgsolutions/SE-AwesomeENVIToolkit"
},
"github-bridgeit": {
"version": "^v1.0.0",
"url": "interactive-data-language/BridgeIt"
}
},
"can_install": "verifyVersion, '8.6'",
"add_envi_extensions": "uav_toolkit_extensions_init",
"add_envi_tasks": "uav_toolkit"
}