-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 568 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 568 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
25
26
{
"name": "dev.vecerdi.unitycommons",
"version": "2.1.5",
"displayName": "Unity Commons",
"description": "Library of project-agnostic & reusable scripts.",
"license": "MIT",
"unity": "2019.4",
"type": "tool",
"keywords": [
"scripts",
"library",
"common",
"utility"
],
"author": {
"name": "Teodor Vecerdi",
"email": "teodor.vecerdi@gmail.com",
"url": "https://github.com/TeodorVecerdi"
},
"dependencies": {
},
"repository": {
"url": "https://github.com/TeodorVecerdi/UnityCommons.git",
"type": "git"
}
}