UNPKG

probdist

Version:
38 lines (37 loc) 865 B
{ "name": "probdist", "version": "0.2.0", "description": "Probability Distributions", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/rodrigosetti/probdist.git" }, "keywords": [ "random", "statistics", "probability", "math", "distribution" ], "author": "Rodrigo Setti", "contributors": [{"name": "Adam McCown", "url": "https://github.com/AdamMcCown"}], "license": "MIT", "bugs": { "url": "https://github.com/rodrigosetti/probdist/issues" }, "homepage": "https://github.com/rodrigosetti/probdist#readme", "devDependencies": { "coveralls": "^2.11.3", "istanbul": "^0.3.17", "jshint": "^2.8.0", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2" }, "dependencies": { "mersennetwister": "^0.2.1" } }