{
  "author": {
    "name": "nicola",
    "email": "me@nicola.io"
  },
  "description": "javascript light-weight symbolic math expression evaluator",
  "name": "nerdamer-fork",
  "license": "MIT",
  "version": "1.0.6",
  "homepage": "http://nerdamer.com/",
  "directory": {
    "lib": "./"
  },
  "main": "nerdamer.core.js",
  "typings": "index.d.ts",
  "keywords": [
    "math",
    "matrix",
    "complex",
    "number",
    "parser",
    "expression",
    "functions",
    "numeric",
    "equation solver",
    "linear algebra",
    "vectors",
    "symbolic",
    "integration",
    "differentiation",
    "derivative",
    "algebra",
    "calculus",
    "mathematics",
    "constants",
    "symbolic math"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jiggzson/nerdamer.git"
  },
  "bugs": {
    "url": "https://github.com/jiggzson/nerdamer/issues"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "jasmine"
  },
  "devDependencies": {
    "big-integer": "1.6.41",
    "decimal.js": "10.1.1",
    "jasmine": "^2.6.0"
  }
}
