package.json 317 B

1234567891011121314151617
  1. {
  2. "name": "sorrygif",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "node test/test.js"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "auto-reload": "^0.1.0",
  13. "express": "^4.16.3",
  14. "ffmpeg-static": "^2.2.0",
  15. "fluent-ffmpeg": "^2.1.2"
  16. }
  17. }