-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 942 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
39
40
41
42
43
44
{
"name": "nfccard-tool",
"version": "0.1.1",
"description": "The toolbox for reading and writing nfc cards.",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib"
},
"dependencies": {
"ndef-lib": "0.0.7"
},
"devDependencies": {
"@taptrack/ndef": "^1.0.3",
"nfc-pcsc": "^0.6.2"
},
"scripts": {
"read-nfcpcsc": "node examples/read-nfc-pcsc",
"write-nfcpcsc": "node examples/write-nfc-pcsc",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/somq/nfccard-tool.git"
},
"keywords": [
"NDEF",
"Capablity",
"Container",
"Type",
"2",
"NFC",
"14443",
"tag",
"card"
],
"author": "somq",
"license": "ISC",
"bugs": {
"url": "https://github.com/somq/nfccard-tool/issues"
},
"homepage": "https://github.com/somq/nfccard-tool#readme"
}