123456789101112131415161718192021222324252627 |
- {
- "name": "distributions",
- "description": "A collection of probability distribution functions",
- "version": "2.1.0",
- "author": "Andreas Madsen <amwebdk@gmail.com>",
- "main": "./distributions.js",
- "scripts": {
- "test": "tap test/simple/*"
- },
- "repository" : {
- "type": "git",
- "url": "git://github.com/AndreasMadsen/distributions.git"
- },
- "keywords": [
- "distribution",
- "normal",
- "studentt",
- "uniform"
- ],
- "dependencies": {
- "cephes": "^1.1.2"
- },
- "devDependencies": {
- "tap": "^12.1.0"
- },
- "license": "MIT"
- }
|