{
  "name": "crit-maxfest",
  "version": "1.0.50",
  "description": "Criticide Application Library",
  "main": "./dist/crit-maxfest.cjs.js",
  "module": "./dist/crit-maxfest.esm.js",
  "unpkg": "./dist/crit-maxfest.umd.js",
  "browser": "./dist/crit-maxfest.umd.js",
  "license": "AGPL-3.0",
  "private": false,
  "scripts": {
    "test": "mocha --check-leaks --reporter=spec --require babel-register",
    "build": "rollup --config rollup.config.js"
  },
  "dependencies": {
    "financejs": "^4.1.0",
    "ramda": "^0.25.0",
    "vega-statistics": "^1.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-helpers": "^6.24.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "dotenv": "^5.0.1",
    "flow-bin": "^0.70.0",
    "flow-typed": "^2.4.0",
    "mocha": "^5.1.1",
    "rollup": "^0.58.2",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-commonjs": "^9.1.0",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-node-resolve": "^3.3.0"
  },
  "keywords": [
    "application",
    "api",
    "probablity",
    "modeling",
    "simulation",
    "decisions"
  ],
  "author": "Ray King <taipan.king@gmail.com>",
  "homepage": "https://medium.com/critically-deciding",
  "bugs": "https://github.com/rayk/critilib/issues",
  "repository": {
    "type": "git",
    "url": "git@github.com:rayk/critilib.git"
  },
  "contributors": [
    {
      "name": "Ray King",
      "email": "taipan.king@gmail.com",
      "url": "https://github.com/rayk"
    },
    {
      "name": "Amanda Woo",
      "email": "amandawoo@interestingbydefault.com",
      "url": "https://github.com/awoo"
    },
    {
      "name": "Marko Vuksanovic",
      "email": "markovuksanovic@gmail.com",
      "url": "https://github.com/markovuksanovic"
    }
  ]
}
