-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 772 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 772 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
32
{
"name": "com.mstevenson.unitynotebook",
"version": "0.1.0",
"displayName": "Unity Notebook",
"description": "Jupyter Notebooks for Unity",
"unity": "2021.3",
"unityRelease": "11f1",
"documentationUrl": "https://example.com/",
"changelogUrl": "https://example.com/changelog.html",
"licensesUrl": "https://example.com/licensing.html",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"keywords": [
"Editor",
"Utility",
"Tool",
"Scripting",
"Workflow",
"Productivity",
"Jupyter",
"ML"
],
"author": {
"name": "Michael Stevenson",
"email": "michael@mstevenson.net",
"url": "https://mstevenson.net"
},
"license": "MIT",
"type": "tool"
}