1234567891011121314151617 |
- {
- "name": "sorrygif",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "node test/test.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "auto-reload": "^0.1.0",
- "express": "^4.16.3",
- "ffmpeg-static": "^2.2.0",
- "fluent-ffmpeg": "^2.1.2"
- }
- }
|