-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "snap-data.sh",
"version": "1.1.3",
"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": "[email protected]",
"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"
}
}