com.fluid.database
Version:
A simple key value pair database for int, float, string, and bool. Easily extendable to custom database types via generics.
32 lines (31 loc) • 849 B
JSON
{
"name": "com.fluid.database",
"version": "2.1.0",
"displayName": "Fluid Database",
"description": "A simple key value pair database for int, float, string, and bool. Easily extendable to custom database types via generics.",
"unity": "2019.1",
"dependencies": {
"com.fluid.simple-singleton": "1.0.0",
"com.fluid.unity-event-plus": "1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashblue/fluid-database.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ashblue/fluid-database/issues"
},
"homepage": "https://github.com/ashblue/fluid-database#readme",
"keywords": [
"unity package manager",
"unity3d",
"database",
"upm"
],
"author": {
"name": "Ash Blue",
"email": "ash@blueashes.com",
"url": "https://twitter.com/ashbluewd"
}
}