-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 894 Bytes
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
28
29
30
31
32
33
{
"name": "com.nonatomic.timerkit",
"version": "0.12.0",
"displayName": "TimerKit",
"description": "A versatile Unity timer with milestones, range milestones, custom time sources, serialization and zero-allocation updates.",
"unity": "2022.3",
"unityRelease": "1f1",
"documentationUrl": "https://github.com/PaulNonatomic/TimerKit/blob/main/README.md",
"changelogUrl": "https://github.com/PaulNonatomic/TimerKit/blob/main/CHANGELOG.md",
"dependencies": {
"com.unity.test-framework": "1.3.9"
},
"keywords": [
"timer",
"countdown",
"cooldown",
"milestone",
"stopwatch",
"time",
"unity"
],
"author": {
"name": "Nonatomic",
"email": "paul@nonatomic.co.uk",
"url": "https://nonatomic.co.uk/"
},
"type": "tool",
"repository": {
"type": "git",
"url": "git@github.com:PaulNonatomic/TimerKit.git"
},
"samples": []
}