{
  "name": "math-and-unit-parser",
  "version": "1.3.6",
  "description": "Evaluates math expressions obeying order of operations and with support for units and trig functions.",
  "main": "./build/index.js",
  "scripts": {
    "build": "babel src/ --out-dir build",
    "test": "./node_modules/.bin/mocha --compilers js:babel-core/register test/Test.js"
  },
  "prepublish": "npm run build",
  "repository": {
    "type": "git",
    "url": "https://git.corp.adobe.com/euclid/math-and-unit-parser/tree/master/src"
  },
  "keywords": [
    "math",
    "parser",
    "expression",
    "evaluate",
    "evaluator",
    "input",
    "units",
    "unit",
    "conversion",
    "convert",
    "converter"
  ],
  "author": "Alex Fischer <lxfschr@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "change-case": "^3.0.2"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  }
}
