-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 716 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.nullcomma.core",
"displayName": "NullCore",
"version": "7.0.0",
"unity": "2022.3",
"description": "NullCore for Unity - is a useful set of tools and extensions to speedup development of core Unity applications. This code is shared between all my projects and it is in active update and improvement.",
"licensesUrl": "https://github.com/nullcomma/nullcore/blob/master/.github/LICENSE",
"author": {
"name": "Christopher Ravailhe - NullComma",
"url": "https://github.com/nullcomma"
},
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"keywords": [
"devkit",
"tools",
"prototyping",
"fast",
"base",
"toolkit",
"extensions"
]
}