mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 22:01:21 -06:00
48 lines
888 B
JSON
48 lines
888 B
JSON
{
|
|
"name": "acebase",
|
|
"version": "0.8.5",
|
|
"description": "AceBase realtime database engine",
|
|
"main": "./src/index.js",
|
|
"types": "./index.d.ts",
|
|
"private": false,
|
|
"repository": "github:appy-one/acebase",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"database",
|
|
"db",
|
|
"json",
|
|
"binary",
|
|
"object",
|
|
"tree",
|
|
"nosql",
|
|
"embedded",
|
|
"schemaless",
|
|
"orm",
|
|
"query",
|
|
"index",
|
|
"indexes",
|
|
"fulltext",
|
|
"geo",
|
|
"transaction",
|
|
"datastore",
|
|
"fast",
|
|
"low-memory",
|
|
"realtime",
|
|
"events",
|
|
"users",
|
|
"authentication",
|
|
"rules",
|
|
"authorization",
|
|
"ssl",
|
|
"https",
|
|
"firebase"
|
|
],
|
|
"author": "Ewout Stortenbeker <me@appy.one> (http://appy.one)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acebase-core": "^0.8.0",
|
|
"colors": "^1.3.2"
|
|
}
|
|
}
|