forked from loadko/phonegap-nfc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1 KB
/
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
{
"name": "@johncocks/phonegap-nfc",
"version": "1.2.1",
"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/johncocks/phonegap-nfc.git"
},
"keywords": [
"nfc",
"ndef",
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-wp8",
"cordova-windows",
"cordova-blackberry10",
"cordova-ios"
],
"author": "Don Coleman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/johncocks/phonegap-nfc/issues"
},
"homepage": "https://github.com/johncocks/phonegap-nfc#readme",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}