-
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.preliy.chain",
"displayName": "Chain",
"version": "1.0.0",
"unity": "2022.3",
"unityRelease": "5f1",
"description": "E-Chain of simplified visualization components ",
"documentationUrl": "https://preliy.github.io/chain",
"changelogUrl": "https://github.com/Preliy/chain/blob/master/CHANGELOG.md",
"licensesUrl": "https://github.com/Preliy/chain/blob/master/LICENSE.md",
"author": {
"name": "Preliy",
"email": "vikt.gaponenko@gmail.com",
"url": "https://github.com/Preliy/Chain"
},
"dependencies": {
"com.unity.render-pipelines.universal": "14.0.11"
},
"keywords": [
"Industrial",
"Engineering",
"Digital Twin"
],
"samples": [
{
"displayName": "Demo",
"description": "Basic demo scene",
"path": "Samples~/Demo"
}
]
}