-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 KB
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
{
"name": "transcoder",
"version": "0.0.2",
"description": "",
"main": "src/node.js",
"scripts": {
"test": "mocha tests/*.spec.js --exit",
"start": "NODE_ENV=production node src/boot.js",
"dev": "NODE_ENV=development node src/boot.js"
},
"author": "Yahya - Paratii.video <ya7yaz@gmail.com>",
"license": "GPL-3.0",
"dependencies": {
"@livepeer/sdk": "^1.0.0-alpha.3",
"async": "^2.5.0",
"compression": "^1.7.1",
"default-options": "^1.0.0",
"express": "^4.16.2",
"express-fileupload": "^0.4.0",
"ffmpeg-stream": "^0.5.0",
"fluent-ffmpeg": "^2.1.2",
"glob": "^7.1.2",
"hls-parser": "^0.1.6",
"ipfs": "github:Paratii-Video/js-ipfs#5adc315476877e0236bf163e226087268c8dde9c",
"ipfs-api": "^14.3.5",
"level-sublevel": "^6.6.1",
"leveldown": "^2.0.0",
"levelup": "^2.0.0",
"lodash": "^4.17.4",
"multistream-select": "github:ya7ya/js-multistream-select#master",
"once": "^1.4.0",
"paratii-protocol": "github:Paratii-Video/paratii-protocol#dev",
"pull": "^2.1.1",
"pull-block": "^1.4.0",
"pull-catch": "^1.0.0",
"pull-file": "^1.0.0",
"pull-stream": "^3.6.1",
"pull-stream-to-stream": "^1.3.4",
"pump": "^3.0.0",
"tar-stream": "^1.5.4",
"uuid": "^3.1.0",
"vimeo-downloader": "^1.0.3",
"xlsx": "^0.11.7",
"ytdl-core": "^0.18.1"
},
"devDependencies": {
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"mocha": "^4.0.1",
"request": "^2.83.0"
}
}