-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 832 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
{
"name": "node-red-contrib-nfcpy-id",
"version": "0.1.1",
"description": "Read the card ID (Mifare: UID, FeliCa: IDm) with nfcpy (a Python module).\r\nThis node can't catch touchend event.",
"main": "nfcpy-id.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k-harada413/node-red-contrib-nfcpy-id.git"
},
"node-red": {
"nodes": {
"nfcpy-id": "nfcpy-id.js"
}
},
"dependencies": {
"node-nfcpy-id": "^0.1.1"
},
"keywords": [
"node-red",
"nfcreader"
],
"author": "k-harada413",
"license": "Apache2.0",
"bugs": {
"url": "https://github.com/k-harada413/node-red-contrib-nfcpy-id/issues"
},
"homepage": "https://github.com/k-harada413/node-red-contrib-nfcpy-id#readme"
}