gpu-info
Version:
Get system GPU information.
29 lines (28 loc) • 631 B
JSON
{
"name": "gpu-info",
"version": "0.0.1",
"description": "Get system GPU information.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"GPU"
],
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FallingSnow/gpu-info.git"
},
"bugs": {
"url": "https://github.com/FallingSnow/gpu-info/issues"
},
"homepage": "https://github.com/FallingSnow/gpu-info#readme",
"author": "Ayrton Sparling <ayrton@sparling.us>",
"license": "MIT",
"dependencies": {
"pegjs": "^0.10.0"
}
}