forked from Apple-2-HW/Apple2-IO-RPi
15 lines
287 B
JSON
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"
|
|
}
|
|
}
|