forked from sergeysychov/behaviour_inject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 853 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "com.sergeysychov.behaviour_inject",
"displayName": "BInject",
"description": "Behaviour Inject for Unity3d.\nThis is lightweight and easy to use dependency injection tool for Unity3d. There are only few script files with relatively little amount of code. Yet it provides crutial features of reflective dependency injection:\n\n - resolving interfaces;\n - injection to MonoBehaviour properties, fields or methods;\n - class autocomposition with constructor injection;\n - factories;\n - event injection;",
"version": "1.0.6",
"unity": "2019.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+git@github.com:Temka193/behaviour_inject.git"
},
"src": "Assets/BInject",
"author": "Sergey Sychov <> (https://github.com/sergeysychov)",
"editorOnly": false,
"upmSupport": true,
"dependencies": {
}
}