forked from chariotsolutions/phonegap-nfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 877 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
{
"name": "phonegap-nfc",
"version": "1.2.11",
"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": {
"type": "git",
"url": "git+https://github.com/chariotsolutions/phonegap-nfc.git"
},
"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",
"bugs": {
"url": "https://github.com/chariotsolutions/phonegap-nfc/issues"
},
"homepage": "https://github.com/chariotsolutions/phonegap-nfc#readme"
}