package.json 632 B

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