{
  "name": "interval-arithmetic-eval",
  "version": "0.5.3",
  "description": "Interprets/evaluates mathematical expressions using interval arithmetic",
  "bugs": "https://github.com/mauriciopoppe/interval-arithmetic-eval/issues",
  "license": "MIT",
  "main": "index.js",
  "author": "Mauricio Poppe (https://mauriciopoppe.com)",
  "files": [
    "index.js",
    "lib",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mauriciopoppe/interval-arithmetic-eval"
  },
  "keywords": [
    "interval-arithmetic-eval",
    "interval",
    "interval-arithmetic",
    "math",
    "arithmetic",
    "interpreter",
    "eval"
  ],
  "dependencies": {
    "interval-arithmetic": "^1.1.2",
    "math-codegen": "^0.4.3"
  },
  "devDependencies": {
    "doctoc": "^2.2.0",
    "mocha": "^10.0.0",
    "mocha-lcov-reporter": "^1.3.0",
    "standard": "^17.0.0"
  },
  "scripts": {
    "lint": "standard",
    "test": "mocha -R spec test/index.js",
    "toc": "./node_modules/.bin/doctoc ."
  }
}
