UNPKG

normal-distribution

Version:

A small javascript module for working with normal distributions

45 lines (44 loc) 963 B
{ "name": "normal-distribution", "version": "1.1.1", "description": "A small javascript module for working with normal distributions", "main": "lib/NormalDistribution.js", "licenses": [ { "license": "ISC" } ], "scripts": { "build": "tsc", "test": "jest", "prepublish": "yarn test && yarn build", "format": "prettier --write '{src,test}/**/*.ts'" }, "keywords": [ "javascript", "normal", "distribution", "math", "maths", "mathematics", "probability", "statistics" ], "author": "richard.beddington@gmail.com", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/RichieAHB/normal-distribution" }, "devDependencies": { "@types/jest": "^26.0.23", "jest": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.3", "typescript": "^4.3.5" }, "files": [ "lib/NormalDistribution.js", "lib/NormalDistribution.d.ts" ] }