nodeJsVma405/serveurNfcNodeJsVma405/package.json

19 lines
365 B
JSON
Executable File

{
"name": "nfc",
"version": "1.5.0",
"description": "",
"main": "serveur_nfc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "filaos974",
"license": "ISC",
"dependencies": {
"ip": "^1.1.5",
"socket.io": "^3.0.4",
"mfrc522-rpi": "^2.1.3",
"rpi-softspi": "^1.0.5",
"rpio": "^2.4.2"
}
}