-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 884 Bytes
/
package.json
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
35
36
37
{
"name": "com.wallstop-studios.unity-helpers",
"version": "2.0.0-rc17",
"displayName": "Unity Helpers",
"description": "Various Unity Helper Library",
"dependencies": {},
"unity": "2021.3",
"keywords": [
"helper",
"library",
"quad tree",
"extension",
"helpers",
"random",
"pcg random",
"protobuf",
"pascal",
"rtree",
"r tree",
"kd tree",
"kdtree"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wallstop/unity-helpers.git"
},
"bugs": {
"url": "https://github.com/wallstop/unity-helpers/issues"
},
"author": "wallstop studios <[email protected]> (https://wallstopstudios.com)",
"homepage": "https://github.com/wallstop/unity-helpers#readme",
"main": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}