-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 908 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
{
"name": "rfid-scanner-node",
"version": "1.0.0",
"description": "Send RFID tag data to the EOS blockchain",
"main": "rfid_scanner_eos_rpi.js",
"dependencies": {
"eosjs": "^20.0.0",
"log-timestamp": "^0.3.0",
"mfrc522-rpi": "^1.1.0",
"node-fetch": "^2.4.0",
"rpio-rtttl-piezo": "git+https://github.com/nochecksum/rpio-rtttl-piezo.git#1fa84dea57138659a461606fa981286748f2b203"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EOSIoT/rfid-scanner-node.git"
},
"keywords": [
"RFID",
"IoT",
"EOS",
"Blockchain",
"RaspberryPi"
],
"author": "Evan Ross",
"license": "ISC",
"bugs": {
"url": "https://github.com/EOSIoT/rfid-scanner-node/issues"
},
"homepage": "https://github.com/EOSIoT/rfid-scanner-node#readme"
}