{
  "name": "ortho-poly",
  "version": "1.0.7",
  "description": "Generate orthoganal polynomials of types: Laguerre, Legendre, Chebyshev and Hermite.",
  "repository": "andylbrummer/ortho-poly",
  "author": "Andy Brummer",
  "license": "MIT",
  "keywords": [
    "polynomial",
    "math",
    "laguerre",
    "legendre",
    "chebyshev",
    "hermite",
    "quantum mechanics"
  ],
  "file": [
    "dist"
  ],
  "main": "index.js",
  "jsnext:main": "index.es6.js",
  "dependencies": {}
}