-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.11 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-watch-connectivity",
"version": "0.3.0-beta.1",
"description": "React Native library to enable communication with Apple Watch app",
"main": "lib/RNWatch.ios.js",
"author": {
"name": "Michael Ford",
"email": "mtford@gmail.com"
},
"contributors": [
{
"name": "Petr Bela",
"email": "github@petrbela.com"
}
],
"keywords": [
"react-native",
"ios",
"watch",
"apple-watch"
],
"scripts": {
"start": "react-native start"
},
"repository": {
"type": "git",
"url": "https://github.com/mtford90/react-native-watch-connectivity.git"
},
"peerDependencies": {
"react": ">=15.1",
"react-native": ">=0.40"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"babel-preset-react-native-stage-0": "1.0.1",
"jest": "18.1.0",
"react": "^16.2.0",
"react-native": "^0.52.2",
"react-native-image-picker": "^0.25.6",
"react-native-spinkit": "^1.0.2",
"react-navigation": "^1.0.3",
"react-test-renderer": "^16.2.0"
},
"jest": {
"preset": "react-native"
}
}