mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"name": "ffmpegtoweb",
|
|
"version": "1.0.0",
|
|
"description": "Shinobi Testing Tool for H.264 over HTTP and Socket.IO",
|
|
"main": "ffmpegToWeb.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.14.0",
|
|
"socket.io": "^1.7.1"
|
|
},
|
|
"author": "Moe Alam",
|
|
"license": "MIT"
|
|
}
|