noderank
Version:
run pagerank algorithm on npm metadata to discover the most popular module
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "noderank",
"version": "0.0.10",
"description": "run pagerank algorithm on npm metadata to discover the most popular module",
"main": "noderank.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/noderank.js",
"nightly": "node nightly.js",
"lint": "./node_modules/.bin/eslint *.js lib/*.js test/*.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/coyotebringsfire/noderank.git"
},
"keywords": [
"npm",
"pagerank",
"mocha",
"npm-stats"
],
"author": "aumkara@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/coyotebringsfire/noderank/issues"
},
"homepage": "https://gitlab.com/coyotebringsfire/noderank",
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-google": "^0.3.0",
"mocha": "^2.2.5",
"should": "^6.0.3"
},
"dependencies": {
"async": "^1.2.0",
"debug": "^2.2.0",
"npm-registry": "^0.1.13",
"npm-stats": "^1.1.0",
"pagerank-js": "^0.3.0",
"q": "^1.4.1",
"request": "^2.57.0"
}
}