nvidia-codec
Version:
Node.js wrapper for NVIDIA® Video Codec SDK
28 lines (27 loc) • 602 B
JSON
{
"name": "nvidia-codec",
"version": "0.0.1",
"description": "Node.js wrapper for NVIDIA® Video Codec SDK",
"main": "index.js",
"dependencies": {
"bindings": "~1.2.1",
"nan": "^2.0.0"
},
"scripts": {
"test": "node test/test.js"
},
"gypfile": true,
"repository": {
"type": "git",
"url": "git://github.com/phongnt/video-codec-sdk.git"
},
"keywords": [
"NVIDIA"
],
"author": "Phong Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/phongnt/video-codec-sdk/issues"
},
"homepage": "https://github.com/phongnt/video-codec-sdk"
}