forked from pbakondy/cordova-plugin-sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 944 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "cordova-plugin-sim",
"version": "1.3.3",
"description": "A plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, imei, etc)",
"cordova": {
"id": "cordova-plugin-sim",
"platforms": [
"android",
"ios",
"wp7",
"wp8",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/pbakondy/cordova-plugin-sim.git"
},
"keywords": [
"cordova",
"sim",
"uicc",
"carrier",
"mcc",
"mnc",
"telephonenumber",
"imei",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Peter Bakondy",
"license": "MIT",
"bugs": {
"url": "https://github.com/pbakondy/cordova-plugin-sim/issues"
},
"homepage": "https://github.com/pbakondy/cordova-plugin-sim#readme"
}