forked from react-native-webrtc/react-native-carrier-info
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 966 Bytes
/
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
{
"name": "react-native-carrier-info",
"version": "1.1.2",
"description": "React Native module bridge to obtain information about the user’s home cellular service provider.",
"main": "index.js",
"peerDependencies": {
"react-native": ">=0.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/anarchicknight/react-native-carrier-info.git"
},
"keywords": [
"react",
"native",
"react-native",
"bridge",
"carrier",
"CTTelephonyNetworkInfo",
"CTCarrier",
"ios",
"react-component"
],
"author": "Anarchic Knight <[email protected]> (http://www.anarchicknight.co.uk)",
"license": {
"type": "MIT",
"url": "https://github.com/anarchicknight/react-native-carrier-info/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/anarchicknight/react-native-carrier-info/issues"
},
"homepage": "https://github.com/anarchicknight/react-native-carrier-info#readme"
}