-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 903 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
{
"name": "com.jmor.my-packages",
"version": "0.0.1",
"displayName": "J Mor's Packages",
"unity": "2021.3",
"unityRelease": "4f1",
"description": "",
"author": {
"name": "Justin Morris",
"url": "https://jgm-edu.github.io/"
},
"keywords": [
"jmor",
"j mor"
],
"license": "MIT",
"dependencies": {
"com.jmor.custom-ui-bar": "https://github.com/jmortiger/J-Mor-s-Unity-Packages.git?path=/CustomUIBar",
"com.jmor.snap-to-ground": "https://github.com/jmortiger/J-Mor-s-Unity-Packages.git?path=/SnapToGround",
"com.jmor.vector-range-attribute": "https://github.com/jmortiger/J-Mor-s-Unity-Packages.git?path=/VectorRangeAttribute",
"com.jmor.expandable-scriptable-objects": "https://github.com/jmortiger/J-Mor-s-Unity-Packages.git?path=/ExpandableScriptableObjects",
"com.jmor.runtime-gizmos": "https://github.com/jmortiger/J-Mor-s-Unity-Packages.git?path=/RuntimeGizmos"
}
}