package.json 632 Bytes
Newer Older
cann-alberto's avatar
cann-alberto committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "com.stinkysteak.simulationtimer",
    "version": "0.1.0",
    "displayName": "Simulation Timer",
    "description": "Efficient and Scalable Frame Timer",
    "unity": "2021.3",
    "documentationUrl": "https://github.com/StinkySteak/com.stinkysteak.simulationtimer",
    "changelogUrl": "https://github.com/StinkySteak/com.stinkysteak.simulationtimer/blob/main/CHANGELOG.md",
    "licensesUrl": "https://github.com/StinkySteak/com.stinkysteak.simulationtimer/blob/main/LICENSE.md",
    "author": {
      "name": "Stinkysteak",
      "email": "stinkysteak@steaksoft.com",
      "url": "https://steaksoft.net"
    }
  }