-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (22 loc) · 944 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
{
"name": "be.elab.wowint",
"displayName": "Wow Integer Workshop",
"version": "0.0.1",
"unity": "2018.1",
"unityRelease": "",
"description": "Unity Package with the minimum needed to start learning code from World of Warcraft in C# with Unity3D. May the code be with you",
"keywords": ["Script","Tool"],
"dependencies":{},
"relatedPackages":{},
"samples" : [],
"author" : {
"name":"Eloi Stree",
"mail":"",
"url":"https://github.com/EloiStree"},
"repository":{
"type":"Git",
"url":"https://github.com/EloiStree/2024_11_16_WowIntegerWorkshopUnity3D.git",
"footprint":"",
"revision":""},
"category": "Script"
}