forked from chariotsolutions/phonegap-nfc
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 887 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
{
"name": "phonegap-nfc-api31",
"version": "1.3.0",
"description": "Near Field Communication (NFC) Plugin. Supports Android 12+ [API level >= 31]",
"cordova": {
"id": "phonegap-nfc",
"platforms": [
"android",
"wp8",
"windows",
"blackberry10",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/nerdy-harry/phonegap-nfc-api31.git"
},
"keywords": [
"nfc",
"ndef",
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-wp8",
"cordova-windows",
"cordova-blackberry10",
"cordova-ios",
"nfc-api31+",
"nfc-android12+"
],
"author": "Don Coleman <don.coleman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nerdy-harry/phonegap-nfc-api31/issues"
},
"homepage": "https://github.com/nerdy-harry/phonegap-nfc-api31#readme"
}