pistreamer
Version:
NodeJS module that allows streaming the raspberry pi camera module output over websocket to a webpage using a modified version of 131/h264-live-player.
49 lines (48 loc) • 1.34 kB
JSON
{
"name": "pistreamer",
"version": "1.1.2",
"description": "NodeJS module that allows streaming the raspberry pi camera module output over websocket to a webpage using a modified version of 131/h264-live-player.",
"main": "./lib/dist/index.js",
"types": "./lib/dist/index.d.ts",
"scripts": {
"test": "echo \"There isn't any test to run for now.\"",
"example": "tsc && cd ./example && npm i && node example",
"build": "tsc",
"preversion": "npm test",
"version": "npm run build",
"postversion": "git push && git push --tags"
},
"author": "Teaflex",
"license": "ISC",
"dependencies": {
"lodash.merge": "^4.6.2",
"stream-split": "^1.1.0",
"winston": "^3.3.3",
"ws": "^7.4.3"
},
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.1.3",
"@types/lodash.merge": "^4.6.6",
"@types/ws": "^7.4.0"
},
"directories": {
"doc": "doc",
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeaFlex/PiStreamer.git"
},
"keywords": [
"rasberrypi",
"typescript",
"streaming",
"camera"
],
"bugs": {
"url": "https://github.com/TeaFlex/PiStreamer/issues"
},
"homepage": "https://github.com/TeaFlex/PiStreamer#readme"
}