{
  "name": "distributions-weibull-quantile",
  "version": "0.0.0",
  "description": "Weibull distribution quantile function.",
  "author": {
    "name": "Philipp Burckhardt",
    "email": "pburckhardt@outlook.com"
  },
  "contributors": [
    {
      "name": "Philipp Burckhardt",
      "email": "pburckhardt@outlook.com"
    }
  ],
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
    "codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
  },
  "main": "./lib",
  "repository": {
    "type": "git",
    "url": "git://github.com/distributions-io/weibull-quantile.git"
  },
  "keywords": [
    "distributions.io",
    "distributions",
    "probability",
    "statistics",
    "stats",
    "cdf",
    "inverse",
    "weibull",
    "survival analysis",
    "life-times",
    "percent points",
    "continuous",
    "exponential family"
  ],
  "bugs": {
    "url": "https://github.com/distributions-io/weibull-quantile/issues"
  },
  "dependencies": {
    "compute-array-constructors": "^1.0.0",
    "dstructs-matrix": "^2.0.0",
    "utils-deep-get": "^1.0.0",
    "utils-deep-set": "^1.0.1",
    "validate.io-array-like": "^1.0.1",
    "validate.io-boolean-primitive": "^1.0.0",
    "validate.io-function": "^1.0.2",
    "validate.io-matrix-like": "^1.0.2",
    "validate.io-nan": "^1.0.3",
    "validate.io-nonnegative-integer": "^1.0.0",
    "validate.io-number-primitive": "^1.0.0",
    "validate.io-object": "^1.0.4",
    "validate.io-positive-primitive": "^1.0.0",
    "validate.io-string-primitive": "^1.0.0",
    "validate.io-typed-array-like": "^1.0.0"
  },
  "devDependencies": {
    "chai": "3.x.x",
    "codecov": "^1.0.1",
    "istanbul": "^0.3.0",
    "jshint": "2.x.x",
    "jshint-stylish": "2.x.x",
    "mocha": "2.x.x",
    "validate.io-finite": "^1.0.0"
  },
  "license": "MIT"
}
