forked from Elao/ReactNativeRealmConnect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 Bytes
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
{
"name": "@elao/react-native-realm-connect",
"version": "1.0.4",
"description": "Connect React Native components to Realm queries",
"main": "ReactNativeRealmConnect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elao/ReactNativeRealmConnect.git"
},
"keywords": [
"react-native",
"realm",
"connect"
],
"author": "Thomas Jarrand <thomas.jarrand@gmail.com> (http://thomas.jarrand.fr)",
"license": "MIT",
"copyright": "Copyright 2018 élao",
"bugs": {
"url": "https://github.com/Elao/ReactNativeRealmConnect/issues"
},
"homepage": "https://github.com/Elao/ReactNativeRealmConnect#readme",
"peerDependencies": {
"react-native": "^0.64.0",
"realm": "^10.4.1"
}
}