-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 766 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 766 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
{
"name": "com.models-library",
"displayName": "Models Library",
"version": "1.0.1",
"unity": "6000.2",
"description": "Editor tools and data for managing a models library in Unity.",
"keywords": [
"models",
"library",
"editor",
"assets",
"tools"
],
"author": {
"name": "Pierre Gac",
"url": "https://github.com/PierreGac"
},
"repository": {
"type": "git",
"url": "https://github.com/PierreGac/Unity-ModelsLibrary.git"
},
"documentationUrl": "https://github.com/PierreGac/Unity-ModelsLibrary#readme",
"changelogUrl": "https://github.com/PierreGac/Unity-ModelsLibrary/releases",
"bugs": {
"url": "https://github.com/PierreGac/Unity-ModelsLibrary/issues"
},
"samples": [],
"dependencies": {}
}