add dependancie
Showing
... | @@ -13,11 +13,16 @@ | ... | @@ -13,11 +13,16 @@ |
"webdriver-stop": "./bin/webdriver-stop" | "webdriver-stop": "./bin/webdriver-stop" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ffmpeg-installer/ffmpeg": "^1.0.13", | |||
"@ffprobe-installer/ffprobe": "^1.0.8", | |||
"body-parser": "^1.18.2", | "body-parser": "^1.18.2", | ||
"express": "^4.16.2", | "express": "^4.16.2", | ||
"file-system": "^2.2.2", | |||
"fluent-ffmpeg": "^2.1.2", | |||
"mz": "2.6.0", | "mz": "2.6.0", | ||
"puppeteer": "0.12.0", | "puppeteer": "0.12.0", | ||
"sockjs-client": "1.1.4", | "sockjs-client": "1.1.4", | ||
"uuid": "^3.2.1", | |||
"webstomp-client": "1.2.0", | "webstomp-client": "1.2.0", | ||
"ws": "3.3.1", | "ws": "3.3.1", | ||
"xmlhttprequest": "1.8.0 " | "xmlhttprequest": "1.8.0 " | ||
... | ... |
Please register or sign in to comment