step-timeline/package.json

21 lines
501 B
JSON

{
"name": "com.r0bbie.timeline",
"displayName": "Step Timeline",
"version": "0.2.1",
"unity": "2021.3",
"author": {
"name" : "Robbie Cargill",
"email" : "contact@robbiecargill.com",
"url" : "https://r0bbie.com"
},
"description": "Timeline utility, allows a serious of steps to be setup in a scene, each with attached commands.",
"keywords": [
"timeline",
"steps",
"step",
"commands"
],
"dependencies": {
"com.codewriter.triinspector": "1.13.2"
}
}