30 lines
624 B
JSON
30 lines
624 B
JSON
{
|
|
"name": "vlc-ffi",
|
|
"version": "0.1.1",
|
|
"author": "",
|
|
"description": "VLC FFI Bindings",
|
|
"keywords": [
|
|
"vlc"
|
|
],
|
|
"homepage": "http://github.com/xblox/vlc-ffi",
|
|
"bugs": {
|
|
"url": "http://github.com/xblox/vlc-ffi/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/xblox/vlc-ffi.git"
|
|
},
|
|
"main": "vlc.js",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"dependencies": {
|
|
"ffi": "git+https://github.com/xblox/node-ffi.git",
|
|
"ref": ">= 0.0.17",
|
|
"ref-struct": ">= 0.0.3",
|
|
"ref-union": ">= 0.0.2",
|
|
"semver": "^5.3.0",
|
|
"ytdl-core": "^0.7.18"
|
|
}
|
|
}
|