-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 710 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 710 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
{
"name": "com.pocketgems.scriptableobject.flatbuffer",
"displayName": "Scriptable Object - FlatBuffer",
"description": "Seamless syncing between Scriptable Objects and CSVs. Scriptable Object data built to Google FlatBuffers for optimal runtime loading & access.",
"unity": "2021.3",
"keywords": [
"flatbuffer",
"csv",
"Scriptable Object",
"parameters",
"game data",
"data"
],
"author": {
"name": "Pocket Gems",
"url": "https://www.pocketgems.com/"
},
"version": "4.6.2",
"codegen": "0.0.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.testtools.codecoverage": "1.2.4",
"com.unity.test-framework": "1.1.31"
}
}