node-rtsp-stream
Version:
node-rtsp-stream ================
23 lines (22 loc) • 441 B
JSON
{
"name": "node-rtsp-stream",
"version": "0.0.9",
"description": "",
"main": "index.js",
"scripts": {
"prepublish": "npm run test",
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kyriesent/node-rtsp-stream.git"
},
"author": "David Jsa <david@jsa.me>",
"license": "MIT",
"devDependencies": {
"mocha": "^5.2.0"
},
"dependencies": {
"ws": "^7.0.0"
}
}