{ "name": "ttest", "description": "Perform the Student's t hypothesis test", "version": "4.0.0", "author": "Andreas Madsen ", "main": "./hypothesis.js", "scripts": { "test": "tap test/simple/*" }, "repository": { "type": "git", "url": "git://github.com/AndreasMadsen/ttest.git" }, "keywords": [ "hypothesis", "student t" ], "dependencies": { "summary": "^2.0.0", "distributions": "^2.1.0" }, "devDependencies": { "tap": "^14.0.0" }, "license": "MIT" }