File tree Expand file tree Collapse file tree 1 file changed +21
-17
lines changed
Expand file tree Collapse file tree 1 file changed +21
-17
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " com.overimagined.singleton" ,
3- "displayName" : " Singleton" ,
4- "version" : " 1.0.1" ,
5- "description" : " Singleton base class for MonoBehaviour and plain c# class" ,
6- "keywords" : [
7- " Singleton"
8- ],
9- "category" : " Common" ,
10- "dependencies" : {
11- "com.unity.ugui" : " 1.0.0"
12- },
13- "documentationUrl" : " https://github.com/mic-code/Singleton" ,
14- "repository" : {
15- "url" : " git+https://github.com/mic-code/Singleton.git" ,
16- "type" : " git"
17- }
18- }
2+ "name" : " com.overimagined.singleton" ,
3+ "displayName" : " Singleton" ,
4+ "version" : " 1.0.0" ,
5+ "description" : " Singleton base class for MonoBehaviour and plain c# class" ,
6+ "license" : " MIT" ,
7+ "keywords" : [
8+ " unity" ,
9+ " pattern" ,
10+ " singleton"
11+ ],
12+ "dependencies" : {
13+ "com.unity.ugui" : " 1.0.0"
14+ },
15+ "documentationUrl" : " https://github.com/mic-code/Singleton" ,
16+ "licensesUrl" : " https://github.com/mic-code/Singleton/blob/master/LICENSE" ,
17+ "author" : {
18+ "name" : " Michael Yuen" ,
19+ "email" : " michael@overimagined.com" ,
20+ "url" : " https://www.overimagined.com"
21+ }
22+ }
You can’t perform that action at this time.
0 commit comments