-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "ffdevices",
"version": "0.1.1",
"description": "List all available media devices on FFMPEG. Supports Windows, OSX and Linux(coming soon)",
"main": "index.js",
"scripts": {
"dev-test": "npm run build && node test.js",
"build": "babel ffdevices-ES6.js --out-file index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ffmpeg",
"dshow",
"avfoundation",
"gdigrab",
"video4linux2",
"v4l2"
],
"repository": {
"type": "git",
"url": "git+https://github.com/odegraciajr/ffdevices.git"
},
"author": "odegraciajr <[email protected]> (https://github.com/odegraciajr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/odegraciajr/ffdevices/issues"
},
"engines": {
"node": ">=0.9"
},
"homepage": "https://github.com/odegraciajr/ffdevices#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0"
},
"dependencies": {
"lodash": "^4.16.6",
"split": "^1.0.0"
}
}