-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
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
{
"name": "com.kovanci.chimpsolar",
"version": "1.0.3",
"displayName": "Chimp Solar",
"description": "Precise sun position calculations and sunrise/sunset time estimations.",
"unity": "2022.3",
"unityRelease": "8f1",
"keywords": [
"solar",
"geographically accurate",
"sun position"
],
"samples": [
{
"displayName": "Day-Night Cycle",
"description": "Day-Night Cycle",
"path": "Samples~/Day-Night Cycle"
},
{
"displayName": "Data Visualization",
"description": "Sunlight duration throughout the year.",
"path": "Samples~/Data Visualization"
}
],
"author": {
"name": "Emre Kovanci",
"email": "kovanciemre@gmail.com",
"url": "https://emrekovanci.github.io"
},
"repository": "github:kovanci/Package_Unity3D_ChimpSolar"
}