{
  "name": "polynomial-calculator",
  "version": "0.0.0",
  "description": "Javascript module to evaluate polynomial equations.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "polynomials",
    "mathematics",
    "math",
    "calculator"
  ],
  "author": "Arnelle Balane <arnellebalane@gmail.com> (https://arnellebalane.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arnellebalane/polynomial-calculator.git"
  },
  "bugs": {
    "url": "https://github.com/arnellebalane/polynomial-calculator/issues"
  },
  "homepage": "https://github.com/arnellebalane/polynomial-calculator#readme"
}
