Apple2-IO-RPi/RaspberryPi/package.json
2020-12-04 00:28:10 +00:00

15 lines
287 B
JSON

{
"name": "apple2-io-rpi",
"version": "0.0.1",
"description": "Apple2 I/O Card with Raspberry Pi Zero W",
"main": "server.js",
"scripts": {
"test": "jest"
},
"author": "Terence J. Boldt",
"license": "GPL-3.0-or-later",
"dependencies": {
"onoff": "^6.0.1"
}
}