SimpleTools/package.json
Gerard Gascón 0e8b8b1835
Reworked the dialogue system
Now the dialogue can use tags to add special effects
Reorganized project structure, updating may require adding some using statements
2022-09-15 17:27:28 +02:00

23 lines
No EOL
515 B
JSON

{
"name": "com.geri.simpletools",
"version": "1.2.0",
"displayName": "Simple Tools",
"description": "This package contains simple tools to use in your project.",
"unity": "2018.4",
"unityRelease": "30f1",
"dependencies": {
"com.unity.cinemachine": "2.2.0",
"com.unity.textmeshpro": "1.4.1"
},
"keywords": [
"gamejam",
"simple",
"easy"
],
"author": {
"name": "Geri",
"email": "ggasconmoline@gmail.com",
"url": "https://geri8.itch.io/"
},
"type": "commonjs"
}