Last active
January 8, 2019 04:13
-
-
Save col000r/92975fb926dc5af48e5fc4baf764192c to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "com.company.yourpackage", | |
"displayName": "Your Package's Name", | |
"version": "1.0.0", | |
"unity": "2018.3", | |
"description": "The description of your package", | |
"keywords": [ "package", "unity", "yeah" ], | |
"dependencies": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment