forked from little-core-labs/little-media-box
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.49 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
{
"name": "@storyboard-fm/little-media-box",
"version": "0.2.3",
"description": "",
"main": "index.js",
"scripts": {
"jsdoc": "jsdoc -c jsdoc.json asset.js delivery.js ffmpeg.js iso-639/*.js source.js track/*.js -u example/ -d docs -R README.md",
"test": "nyc tape test/*.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@jorgeferrero/stream-to-buffer": "^2.0.6",
"audio-extensions": "0.0.0",
"batch": "github:visionmedia/batch",
"binary-extensions": "^2.0.0",
"debug": "^4.1.1",
"fluent-ffmpeg": "^2.1.2",
"get-uri": "^2.0.4",
"image-extensions": "^1.1.0",
"iso-639-1": "^2.1.0",
"iso-639-2": "^1.1.1",
"iso-639-3": "^1.2.0",
"moov-faststart": "^1.0.4",
"mutexify": "^1.2.0",
"nanoprocess": "^0.8.5",
"nanoresource": "^1.3.0",
"nanoresource-pool": "^0.3.1",
"nanoresource-ready": "^0.1.0",
"node-faststart": "^1.0.0",
"once": "^1.4.0",
"pretty-ms": "^5.1.0",
"pump": "^3.0.0",
"rimraf": "^3.0.0",
"simple-get": "^3.1.0",
"smpte-timecode": "^1.2.3",
"text-extensions": "^2.0.0",
"through2": "^3.0.1",
"uuid": "^3.3.3",
"video-extensions": "^1.1.0"
},
"devDependencies": {
"clean-jsdoc-theme": "^3.2.10",
"git-pre-hooks": "^1.2.1",
"nyc": "^15.0.0",
"pretty-bytes": "^5.3.0",
"progress": "^2.0.3",
"tape": "^4.13.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"git-pre-hooks": {
"post-release": "npm publish"
}
}