forked from chariotsolutions/phonegap-nfc
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (32 loc) · 899 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": "community-cordova-plugin-nfc",
"version": "1.4.0",
"description": "Near Field Communication (NFC) Plugin. Read and write NDEF messages to NFC tags and share NDEF messages with peers.",
"cordova": {
"id": "phonegap-nfc",
"platforms": [
"android",
"wp8",
"windows",
"blackberry10",
"ios"
]
},
"repository": "EYALIN/community-cordova-plugin-nfc/tree/master",
"keywords": [
"nfc",
"ndef",
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-wp8",
"cordova-windows",
"cordova-blackberry10",
"cordova-ios"
],
"author": "Don Coleman <don.coleman@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/EYALIN/community-cordova-plugin-nfc/tree/master",
"funding": "https://github.com/sponsors/EYALIN",
"bugs": "https://github.com/EYALIN/community-cordova-plugin-nfc/issues"
}