mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 22:01:41 -06:00
49 lines
1,001 B
JSON
49 lines
1,001 B
JSON
{
|
|
"name": "acebase-server",
|
|
"version": "0.4.0",
|
|
"description": "AceBase realtime database server (webserver endpoint to allow remote connections)",
|
|
"main": "./src/index.js",
|
|
"private": false,
|
|
"repository": "github:appy-one/acebase-server",
|
|
"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": "file:../acebase",
|
|
"acebase-core": "file:../acebase-core",
|
|
"express": "^4.16.3",
|
|
"socket.io": "^2.1.1"
|
|
}
|
|
}
|