-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 937 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.conceptfactory.core",
"displayName": "Concept Factory - Core",
"version": "1.0.2",
"type": "tool",
"unity": "6000.0",
"unityRelease": "43f1",
"description": "Core package of ConceptFactory, providing essential utilities and components for building robust projects. It includes common system abstractions and data management tools, serving as the foundation for other packages in the collection. Ideal for use in any Unity project for reusable, high-performance solutions.\n\nhttps://github.com/conceptfac/com.conceptfactory.core.git",
"documentationUrl": "",
"changelogUrl": "",
"license": "Source-Available \u2013 No Modification",
"licensesUrl": "SEE LICENSE FILE",
"keywords": [],
"author": {
"name": "Concept Factory",
"email": "conceptfac@gmail.com",
"url": ""
},
"repository": {
"type": "git",
"url": "https://github.com/conceptfac/com.conceptfactory.core.git"
}
}