mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Shinobi CE officially lands on Gitlab
This commit is contained in:
commit
f1406d4eec
431 changed files with 118157 additions and 0 deletions
15
tools/ffmpegToWeb/package.json
Normal file
15
tools/ffmpegToWeb/package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue