-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 997 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
{
"name": "npmrank",
"version": "1.0.0",
"description": "npm dependencies graph metrics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"dependencies",
"graph",
"metrics",
"ngraph"
],
"author": "Andrei Kashcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anvaka/npmrank"
},
"devDependencies": {
"ngraph.centrality": "^0.1.5",
"ngraph.fromjson": "^0.1.8",
"ngraph.graph": "0.0.12",
"ngraph.hits": "^0.1.0",
"ngraph.pagerank": "^0.1.2",
"ngraph.tojson": "^0.1.4",
"prompt": "^0.2.14"
},
"dependencies": {
"JSONStream": "^1.3.5",
"event-stream": "^3.3.5",
"fast-levenshtein": "^1.1.3",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"package-stream": "^3.1.0",
"semver": "^5.0.1",
"semver-set": "git://github.com/voxpelli/semver-set.git#7fc070b53130604a9749a642e496ded9aecad98a"
}
}