-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 827 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 827 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
{
"name": "com.shiresoft.thingtools",
"version": "0.0.1",
"displayName": "ThingTools",
"description": "A variety of game-ready tools for Unity. You can leverage these tools to worry less about code and more about the game; Unleash your creativity!",
"unity": "2022.3",
"unityRelease": "1f1",
"changelogUrl": "https://github.com/Requieem/ThingTools/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/Requieem/ThingTools/blob/main/LICENSE",
"keywords": [
"thing",
"design",
"thingtools",
"tools",
"enum",
"inspector",
"editor"
],
"author": {
"name": "Marco Farace - ShireSoft",
"email": "farace.marco@outlook.com",
"url": "https://github.com/Requieem/ThingTools.git"
}
}