-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 955 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
{
"name": "eu.netherlands3d.periodic-snapshots",
"displayName": "Netherlands3D - Periodic Snapshots",
"version": "2.0.0",
"unity": "2022.2",
"description": "This package provides the means to do take a series of snapshots for specific moments throughout the year",
"keywords": [
"snapshots",
"screenshots",
"screen-captures",
"netherlands3d",
"reporting"
],
"license": "EUPL-1.2",
"documentationUrl": "https://github.com/Netherlands3D/PeriodicSnapshots/blob/main/README.md",
"licensesUrl": "https://github.com/Netherlands3D/PeriodicSnapshots/blob/main/Packages/LICENSE.txt",
"changelogURL": "https://github.com/Netherlands3D/PeriodicSnapshots/blob/main/Packages/CHANGELOG.md",
"author": {
"name": "Netherlands3D",
"url": "https://netherlands3d.eu"
},
"dependencies": {
"eu.netherlands3d.sun": "1.3.0",
"eu.netherlands3d.snapshots": "2.0.0",
"eu.netherlands3d.filebrowser": "2.1.0"
}
}