-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 922 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 922 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
27
28
29
30
31
32
33
34
{
"name": "com.bruskatech.psyforge",
"displayName": "PsyForge",
"version": "0.3.0",
"unity": "2022.3",
"description": "The package provides a framework and tools for building 2D and 3D psychology/neuroscience experiments.",
"author": {
"name" : "Bruska Tech",
"email" : "bruskatech@protonmail.com",
"url" : "bruska.tech"
},
"keywords": [
"psyforge",
"psych",
"psychology",
"neuro",
"neuroscience",
"experiment",
"library",
"framework"
],
"dependencies": {
"com.unity.collections": "2.1.1",
"com.unity.nuget.newtonsoft-json": "3.2.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.inputsystem": "1.7.0"
},
"documentationUrl": "http://bruska.tech/PsyForge/",
"changelogUrl": "https://github.com/BruskaTech/PsyForge/blob/main/CHANGELOG.md",
"repository": {
"url": "https://github.com/BruskaTech/PsyForge.git",
"type": "git"
}
}