Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "noccylabs/litedb",
|
||||
"description": "MongoDb/IndexedDb like wrapper around Sqlite",
|
||||
"type": "library",
|
||||
"license": "GPL-3.0-OR-LATER",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christopher Vagnetoft",
|
||||
"email": "cvagnetoft@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"NoccyLabs\\LiteDb\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"psr/log": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"noccylabs/log-hoc": "@dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user