1234567891011121314151617181920212223242526 |
- {
- "name": "ttest",
- "description": "Perform the Student's t hypothesis test",
- "version": "4.0.0",
- "author": "Andreas Madsen <amwebdk@gmail.com>",
- "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"
- }
|