snap-data.sh
Version:
CLI for SNAP data, which is a collection of more than 50 large networks.
46 lines (45 loc) • 990 B
JSON
{
"name": "snap-data.sh",
"version": "1.1.4",
"description": "CLI for SNAP data, which is a collection of more than 50 large networks.",
"preferGlobal": true,
"main": "index.js",
"bin": {
"snap-data": "index.js"
},
"scripts": {
"test": "exit",
"build": "node ./build",
"publish-packages": "node ./build publish-packages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/snap-data.sh.git"
},
"keywords": [
"cli",
"console",
"terminal",
"snap",
"dataset",
"stanford",
"network",
"analysis",
"project",
"large",
"collection",
"graph"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodef/snap-data.sh/issues"
},
"homepage": "https://github.com/nodef/snap-data.sh#readme",
"devDependencies": {
"csv": "^6.2.8",
"extra-build": "^2.2.42",
"html-entities": "^2.3.3",
"markdown-to-text": "^0.1.1"
}
}