generated from 3d-group/unity-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 803 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "com.sensengames.unity-lnx-arch",
"displayName": "Sensen Games - Lnx Arch",
"version": "0.0.0",
"unity": "2021.3",
"description": "Make your Unity project cleaner and more modular with those features inspired by Dependency Injection solutions and Scriptable Objects Architecture.",
"keywords": [
"unity",
"unity3d",
"upm",
"sensengames",
"utility"
],
"homepage": "https://github.com/sensengames/unity-lnx-arch.git",
"bugs": {
"url": "https://github.com/sensengames/unity-lnx-arch/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sensengames/unity-lnx-arch.git"
},
"license": "MIT",
"author": "Sensen Games (https://sensengames.com)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}