UNPKG

node-cuda-raub

Version:

NVIDIA CUDA™ bindings for Node.js

38 lines (37 loc) 846 B
{ "name": "node-cuda-raub", "version": "0.1.1", "description": "NVIDIA CUDA™ bindings for Node.js", "keywords": [ "NVIDIA", "CUDA", "GPU" ], "homepage": "http://github.com/kashif/node-cuda", "author": "Kashif Rasul <kashif@nomad-labs.com> (http://hpc.nomad-labs.com)", "contributors": [ { "name": "Jitu Das", "email": "jitudas@gmail.com" } ], "main": "cuda.js", "directories": { "src": "src", "test": "test" }, "scripts": { "preinstall": "node-gyp clean || true; node-gyp configure build", "install": "node-gyp --msvs_version 2013 rebuild", "test": "node test/test.js" }, "repository": { "type": "git", "url": "git://github.com/kashif/node-cuda.git" }, "dependencies": { "nan": "^2.1.0", "node-deps-opengl-raub": "^0.2.0" }, "license": "MIT" }