UNPKG

928 BJSONView Raw
1{
2 "name": "nvgraph.sh",
3 "version": "1.3.1",
4 "description": "CLI for nvGraph, which is a GPU-based graph analytics library written by NVIDIA, using CUDA.",
5 "preferGlobal": true,
6 "main": "index.sh",
7 "bin": {
8 "nvgraph": "index.sh"
9 },
10 "scripts": {
11 "test": "exit",
12 "build": "node ./build",
13 "publish-packages": "node ./build publish-packages"
14 },
15 "keywords": [
16 "cli",
17 "console",
18 "terminal",
19 "nvgraph",
20 "gpu",
21 "cuda",
22 "nvidia",
23 "graph",
24 "analytics"
25 ],
26 "author": "wolfram77@gmail.com",
27 "license": "MIT",
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/nodef/nvgraph.sh.git"
31 },
32 "bugs": {
33 "url": "https://github.com/nodef/nvgraph.sh/issues"
34 },
35 "homepage": "https://github.com/nodef/nvgraph.sh#readme",
36 "devDependencies": {
37 "extra-build": "^2.2.42",
38 "html-entities": "^2.3.3",
39 "markdown-to-text": "^0.1.1"
40 }
41}