UNPKG

ztable

Version:
42 lines (41 loc) 876 B
{ "name": "ztable", "version": "1.0.7", "description": "Convert z-scores to a percentiles.", "main": "index.js", "scripts": { "test": "mocha ./test/*", "coverage": "istanbul cover _mocha -R --spec" }, "repository": { "type": "git", "url": "https://github.com/arjanfrans/node-ztable" }, "author": "Arjan Frans <arjanfrans.com@gmail.com>", "contributors": [ { "name": "Arjan Frans", "email": "arjanfrans.com@gmail.com" }, { "name": "Ryan Willis", "email": "icodeninja@gmail.com" } ], "license": "MIT", "keywords": [ "ztable", "zscore", "z score", "zscore to percentile", "zscore converter", "statistics" ], "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.8", "istanbul": "^0.4.2", "mocha": "^2.4.5", "mocha-lcov-reporter": "1.2.0" } }