nvgraph.sh
Version:
CLI for nvGraph, which is a GPU-based graph analytics library written by NVIDIA, using CUDA.
42 lines (41 loc) • 928 B
JSON
{
"name": "nvgraph.sh",
"version": "1.3.1",
"description": "CLI for nvGraph, which is a GPU-based graph analytics library written by NVIDIA, using CUDA.",
"preferGlobal": true,
"main": "index.sh",
"bin": {
"nvgraph": "index.sh"
},
"scripts": {
"test": "exit",
"build": "node ./build",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"cli",
"console",
"terminal",
"nvgraph",
"gpu",
"cuda",
"nvidia",
"graph",
"analytics"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/nvgraph.sh.git"
},
"bugs": {
"url": "https://github.com/nodef/nvgraph.sh/issues"
},
"homepage": "https://github.com/nodef/nvgraph.sh#readme",
"devDependencies": {
"extra-build": "^2.2.42",
"html-entities": "^2.3.3",
"markdown-to-text": "^0.1.1"
}
}