Action/package.json

17 lines
380 B
JSON
Raw Permalink Normal View History

2022-12-16 23:24:02 +03:00
{
"name": "com.syntriax.action",
2023-03-20 23:49:39 +03:00
"version": "0.2.0",
2022-12-16 23:24:02 +03:00
"displayName": "Action Module",
"unity": "2019.1",
"documentationUrl": "https://git.syntriax.com/Syntriax/Action.git",
2023-03-20 23:52:23 +03:00
"dependencies": {
"com.syntriax.state": "0.2.0"
},
2022-12-16 23:24:02 +03:00
"keywords": ["Action"],
"author": {
"name": "Syntriax",
"email": "Syntriax@gmail.com",
"url": "https://syntriax.com"
}
}