-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.81 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "VobbleAPI",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.13",
"@ffprobe-installer/ffprobe": "^1.0.8",
"async": "^2.6.2",
"cloudinary": "^1.11.0",
"cls-hooked": "^4.2.2",
"compression": "^1.0.3",
"cors": "^2.5.2",
"curl-request": "^1.1.1",
"dates-between": "^1.1.0",
"express-session": "^1.15.6",
"ffprobe": "^1.1.0",
"firebase": "^6.2.4",
"firebase-admin": "^8.2.0",
"fluent-ffmpeg": "^2.1.2",
"get-audio-duration": "^1.0.0",
"googleapis": "^40.0.0",
"grpc": "^1.21.1",
"helmet": "^3.10.0",
"image-downloader": "^3.3.0",
"loopback": "^3.19.0",
"loopback-aggregation-mixin": "^1.0.5",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.0.0",
"loopback-component-storage": "^3.3.1",
"loopback-connector-mongodb": "^3.4.3",
"loopback-context": "^3.3.0",
"moment": "^2.22.2",
"mongo-xlsx": "^1.0.12",
"node-ffprobe": "^1.2.2",
"node-schedule": "^1.3.0",
"node-thumbnail": "^0.14.0",
"nodejs-base64": "^1.0.3",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"requestify": "^0.2.5",
"serve-favicon": "^2.0.1",
"sinch-auth": "0.0.1",
"sinch-messaging": "0.0.1",
"sinch-request": "0.0.7",
"sinch-sms": "0.0.8",
"strong-error-handler": "^2.0.0",
"thumbsupply": "^0.2.1",
"twilio": "^3.30.3",
"video-thumb": "0.0.3"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "VobbleAPI"
}