mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 22:01:41 -06:00
Added acebase-core dependency, added tags, version to 0.4.0
This commit is contained in:
parent
a5fdaa7e77
commit
2887fd1adf
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "acebase-server",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"description": "AceBase realtime database server (webserver endpoint to allow remote connections)",
|
||||
"main": "./src/index.js",
|
||||
"private": false,
|
||||
|
|
@ -22,6 +22,8 @@
|
|||
"query",
|
||||
"index",
|
||||
"indexes",
|
||||
"fulltext",
|
||||
"geo",
|
||||
"transaction",
|
||||
"datastore",
|
||||
"fast",
|
||||
|
|
@ -39,7 +41,8 @@
|
|||
"author": "Ewout Stortenbeker <me@appy.one> (http://appy.one)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"acebase": "file:../acebase-core",
|
||||
"acebase": "file:../acebase",
|
||||
"acebase-core": "file:../acebase-core",
|
||||
"express": "^4.16.3",
|
||||
"socket.io": "^2.1.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue