feat: initial commit
This commit is contained in:
20
Assets/Common/Timer/package.json
Normal file
20
Assets/Common/Timer/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "com.joesiu.common.timer",
|
||||
"version": "1.0.0",
|
||||
"description": "Set of timer and stopwatch components.",
|
||||
"displayName": "Timer",
|
||||
"unity": "2019.4",
|
||||
"author": {
|
||||
"name": "Joe Siu",
|
||||
"url": "https://github.com/JoeSiu"
|
||||
},
|
||||
"changelogUrl": "https://github.com/JoeSiu/UnityPackages/blob/main/CHANGELOG.md",
|
||||
"dependencies": {
|
||||
"com.codewriter.triinspector": "https://github.com/codewriter-packages/Tri-Inspector.git",
|
||||
"com.joesiu.common.infrastructure": "https://github.com/JoeSiu/UnityPackages.git?path=Assets/Common/Infrastructure",
|
||||
"com.joesiu.common.serialization": "https://github.com/JoeSiu/UnityPackages.git?path=Assets/Common/Serialization"
|
||||
},
|
||||
"documentationUrl": "https://github.com/JoeSiu/UnityPackages/",
|
||||
"keywords": [],
|
||||
"licensesUrl": "https://github.com/JoeSiu/UnityPackages/blob/main/LICENSE.md"
|
||||
}
|
||||
Reference in New Issue
Block a user