• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "ejdb2_react_native",
3  "version": "@EJDB2_RN_VERSION@",
4  "repository": "https://github.com/Softmotions/ejdb.git",
5  "author": "Anton Adamansky <adamansky@gmail.com>",
6  "description": "EJDB2 React Native binding",
7  "license": "MIT",
8  "main": "index.js",
9  "types": "index.d.ts",
10  "scripts": {},
11  "keywords": [
12    "react-native",
13    "ejdb",
14    "ejdb2",
15    "nosql",
16    "json",
17    "database",
18    "storage",
19    "embedded",
20    "embeddable",
21    "native",
22    "binding"
23  ],
24  "files": [
25    "android/gradle/**",
26    "android/libs/**",
27    "android/src/**",
28    "android/build.gradle",
29    "android/gradlew*",
30    "index.d.ts",
31    "index.js",
32    "README.md"
33  ],
34  "peerDependencies": {
35    "react-native": "^0.61.3"
36  }
37}
38