led-hands-rpi/package.json

19 lines
392 B
JSON

{
"name": "led-hands-pri",
"version": "0.0.0",
"description": "just an led service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.markamoser.com:6791/mmoser/led-hands-rpi.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"rpi-gpio": "^2.1.3"
}
}