forked from SamuelAsherRivello/rmc-mini-mvcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
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
28
29
30
31
32
33
34
35
36
37
{
"name": "com.rmc.rmc-mini-mvcs",
"displayName": "RMC Mini MVCS",
"version": "2.1.0",
"unity": "2022.3",
"description": "Mini MVCS (Model View Controller Service) library for Unity Development by Rivello Multimedia Consulting",
"keywords": [
"unity",
"unity3d",
"upm",
"rmc",
"mvc",
"mvcs",
"architecture",
"utility"
],
"homepage": "https://github.com/SamuelAsherRivello/rmc-mini-mvcs.git",
"bugs": {
"url": "https://github.com/SamuelAsherRivello/rmc-mini-mvcs/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SamuelAsherRivello/rmc-mini-mvcs.git"
},
"license": "MIT",
"author": "RMC (github.com/SamuelAsherRivello)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"samples": [
{
"displayName": "RMC Mini MVCS Examples",
"description": "RMC Mini MVCS Examples for education and inspiration of proper usage.",
"path": "RMC Mini MVCS/Samples~/RMC Mini MVCS Examples"
}
]
}