forked from forcedotcom/SalesforceMobileSDK-ReactNative
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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": "react-native-force",
"version": "6.1.0",
"description": "Salesforce Mobile SDK JavaScript libraries for React Native",
"keywords": [
"mobilesdk",
"react-native",
"salesforce",
"mobile",
"sdk"
],
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative",
"bugs": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative/issues",
"licenses": [
{
"type": "Salesforce.com Mobile SDK License",
"url": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git"
},
"engines": {
"node": ">=4"
},
"author": {
"name": "Ivan Bogdanov",
"email": "ibogdanov@salesforce.com"
},
"contributors": [
{
"name": "Wolfgang Mathurin",
"email": "wmathurin@salesforce.com"
},
{
"name": "Bharath Hariharan",
"email": "bhariharan@salesforce.com"
}
],
"dependencies": {
"react-native": "0.54.4",
"react-native-timer": "^1.3.1"
},
"peerDependencies": {
"react-native": ">=0.54.4"
}
}