template-unity-package/package.json

33 lines
743 B
JSON
Raw Normal View History

2020-08-23 15:58:28 +02:00
{
"name": "com.omiyagames.template",
"displayName": "Omiya Games - Template Unity Package",
"version": "0.1.0-preview.1",
"unity": "2019.3",
"unityRelease": "7f1",
"description": "This is a template package, used as a basis to build a bigger one.",
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Taro Omiya",
"email": "support@omiyagames.com",
"url": "https://www.omiyagames.com"
},
"dependencies": {
"com.unity.ext.nunit": "1.0.0"
},
"keywords": [
"Omiya Games",
"Scripts",
"Template",
"Tool"
],
"samples": [
{
"displayName": "Example 1",
"description": "This sample is just an example",
"path": "Samples~/Example1"
}
]
}