UNPKG

spearman-rho

Version:

Spearman's rank correlation coefficient

35 lines (34 loc) 754 B
{ "name": "spearman-rho", "version": "1.0.6", "description": "Spearman's rank correlation coefficient", "main": "spearman-rho.js", "scripts": { "test": "mocha tests" }, "engines": { "node": ">=4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/ericrange/spearman-rho.git" }, "keywords": [ "Spearman", "rank", "correlation", "coefficient" ], "author": "Eric Range <mail@eric-range.de> (https://eric-range.de)", "license": "MIT", "bugs": { "url": "https://github.com/ericrange/spearman-rho/issues" }, "homepage": "https://github.com/ericrange/spearman-rho#readme", "dependencies": { "lodash": "^4.17.4" }, "devDependencies": { "mocha": "^3.2.0" } }