-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
48 lines (48 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "realm-sync-js",
"version": "0.0.0c",
"description": "Offline first syncing library for realm-js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"realm": "^0.12.0"
},
"main": "lib/realmSync.js",
"files": [
"lib"
],
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/KiteSync/realm-sync-js.git"
},
"bugs": {
"url": "https://github.com/KiteSync/realm-sync-js/issues"
},
"keywords": [
"realm",
"sync",
"dynamodb",
"realmdb",
"realm.io",
"database",
"db",
"react-native",
"persistence",
"localstorage",
"kitesync"
],
"engines": {
"node": ">=4"
},
"author": "KiteSync (http://kitesync.io)",
"contributors": [
"Alamu Palaniappan (https://github.com/alamuv)",
"Colin Goltra (https://github.com/gltr)",
"David Ogor (https://github.com/doctown)",
"Mike Jonas (https://github.com/mikejonas)"
],
"homepage": "http://kitesync.io",
"license": "MIT"
}