forked from yasirkula/UnityBezierSolution
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 804 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 804 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": "com.electricplaybox.yasirkula.beziersolution",
"displayName": "Bezier Solution",
"version": "1.27.1",
"description": "This asset is a means to create bezier splines in editor and/or during runtime: splines can be created and edited visually in the editor, or by code during runtime.",
"unity": "2020.1",
"unityRelease": "1f1",
"keywords": [
"Plugin",
"Playbox",
"Adventure"
],
"author": {
"name": "Yasirkula",
"email": "yasirkula@yahoo.com",
"url": "https://yasirkula.net/"
},
"type": "library",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@electricplaybox/"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:electricplaybox/UnityBezierSolution.git",
}
}