-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 930 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
25
26
27
{
"name": "com.fredericrp.gamequest",
"version": "1.0.2",
"displayName": "FRP Game Quest",
"description": "GameQuest provides an easy way to create quests for a game, and the management of them.",
"unity": "2020.1",
"keywords": [
"standard assets"
],
"dependencies": {
"com.fredericrp.easyloading": "1.0.4",
"com.fredericrp.eventhandler": "1.5.3",
"com.fredericrp.objectpool": "1.3.1",
"com.fredericrp.persistentdatasystem": "1.0.5",
"com.fredericrp.playercurrency": "1.0.2",
"com.fredericrp.popups": "1.3.3",
"com.fredericrp.simplelocalization": "1.0.1",
"com.fredericrp.singleton": "1.3.2",
"com.fredericrp.stringdatalist": "1.0.4",
"com.unity.textmeshpro": "3.0.6"
},
"author": {
"name": "FredericRP",
"email": "[email protected]",
"url": "https://FredericRP.com"
}
}