Repozitář maturitního projektu IVE. Vozítko ovládané přes internet, které sbírá data z modulů.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
609 B

{
"name": "raspberrypi-node-camera-web-streamer",
"version": "1.0.3",
"description": "HTTP video streamer for raspberrypi.",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/caseymcj/raspberrypi_node_camera_web_streamer"
},
"keywords": [
"raspberry",
"pi",
"node",
"camera",
"html",
"web",
"stream",
"live"
],
"author": "Casey Johnson",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"raspberry-pi-camera-native": "0.0.0"
}
}