17 lines
501 B
JSON
17 lines
501 B
JSON
{
|
|
"name": "jp.hadashikick.vcontainer",
|
|
"displayName": "VContainer",
|
|
"version": "1.13.2",
|
|
"unity": "2019.4",
|
|
"description": "DI (Dependency Injection) Container for Unity Game Engine",
|
|
"keywords": ["DI", "Dependency Injection", "DI Container"],
|
|
"license": "MIT",
|
|
"documentationUrl": "https://vcontainer.hadashikick.jp/",
|
|
"changelogUrl": "https://github.com/hadashiA/VContainer/releases",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hadashiA/VContainer"
|
|
}
|
|
}
|
|
|