Advertisement
Guest User

package.json example

a guest
Mar 12th, 2021
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "name": "reversed.web.notation.name",
  3. "displayName": "Actual Full Name of the Package",
  4. "version": "major.minor.patch style",
  5. "unity": "2019.3",
  6. "description": "Enter a full description here.",
  7. "keywords": [
  8. "various",
  9. "keywords",
  10. "to",
  11. "associate",
  12. "with",
  13. "your",
  14. "package"
  15. ],
  16. "author": {
  17. "name": "Your Full Name Here",
  18. "email": "A valid email to reach you.",
  19. "url": "Some valid address you want users of your package to check out"
  20. },
  21. "type": "tool"
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement