-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 659 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "com.imagibee.pcc",
"version": "1.0.0",
"displayName": "Imagibee Pcc",
"description": "Serial and parallel implementations of the Pearson Correlation Coefficient",
"documentationUrl": "https://github.com/imagibee/com.imagibee.pcc/blob/v1.0.0/README.md",
"licensesUrl": "https://github.com/imagibee/com.imagibee.pcc/blob/v1.0.0/LICENSE",
"unity": "2021.3",
"dependencies": {
"com.unity.burst": "1.6.6",
"com.unity.collections": "1.3.1",
"com.unity.jobs": "0.51.0-preview.32",
"com.unity.mathematics": "1.2.6",
"com.unity.test-framework": "1.1.31",
"com.unity.test-framework.performance": "2.8.1-preview"
}
}