-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
66 lines (66 loc) · 1.61 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
{
"name": "ffbinaries",
"version": "1.1.6",
"description": "Download binaries for ffmpeg, ffprobe, ffserver and ffplay (Windows, macOS, Linux)",
"main": "index.js",
"bin": {
"ffbinaries": "cli.js"
},
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"test-coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"ffmpeg",
"ffserver",
"ffplay",
"ffprobe",
"bin",
"binary",
"binaries",
"static",
"compiled",
"precompiled",
"library",
"cli",
"audio",
"video",
"windows",
"linux",
"mac",
"os x",
"macos",
"download",
"install"
],
"repository": {
"type": "git",
"url": "https://github.com/ffbinaries/ffbinaries-node.git"
},
"author": "Vot Z <https://vot-z.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ffbinaries/ffbinaries-node/issues"
},
"homepage": "https://ffbinaries.com",
"dependencies": {
"async": "^3.1.0",
"clarg": "0.0.4",
"extract-zip": "^1.6.7",
"fs-extra": "^8.1.0",
"lodash": "^4.17.15",
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"glob": "^7.1.4",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"mocha-lcov-reporter": "^1.3.0"
}
}