UNPKG

correlation-rank

Version:
46 lines (45 loc) 1.16 kB
{ "name": "correlation-rank", "version": "0.2.0", "description": "Calculate pearson correlation rank", "main": "dist/index.js", "keywords": [ "math", "correlation", "pearson", "linear-algebra", "pearson-coefficient", "pearson-correlation", "correlation-tool" ], "author": "Ivanov Nikita <robotomize@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/robotomize/correlation-rank.git/" }, "engines": { "node": ">=0.12" }, "bugs": { "url": "https://github.com/robotomize/correlation-rank/issues" }, "homepage": "https://github.com/robotomize/correlation-rank.git/#readme", "directories": { "test": "tests" }, "dependencies": {}, "devDependencies": { "ansi-wrap": "^0.1.0", "assign-symbols": "^1.0.0", "babel-core": "^6.26.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "babel-runtime": "^6.26.0", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-watch": "^4.3.11" } }