{
  "name": "minimatrix-polyroots",
  "description": "Implementation of Kahan's polynomial root finders for polynomials up to degree 4.",
  "version": "3.0.5",
  "main": "dist/index.js",
  "dependencies": {
    "typescript": "^3.7.3"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.2",
    "ts-node": "^8.5.4"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha -r ts-node/register ./test.js",
    "build": "./node_modules/.bin/tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tab58/minimatrix-polyroots.git"
  },
  "keywords": [
    "cubic",
    "equation",
    "roots"
  ],
  "author": "Tim Bright",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tab58/minimatrix-polyroots/issues"
  },
  "homepage": "https://github.com/tab58/minimatrix-polyroots#readme"
}
