aboutsummaryrefslogtreecommitdiff
path: root/node_modules/math-expression-evaluator/package.json
blob: 74088c64bc66050c760365c99528b66ce692deb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "math-expression-evaluator",
  "version": "1.2.17",
  "description": "A flexible math expression evaluator",
  "main": "src/formula_evaluator.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redhivesoftware/math-expression-evaluator#readme"
  },
  "keywords": [
    "math",
    "expression",
    "evaluator",
    "parser"
  ],
  "author": "Ankit<ankitbug94@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/redhivesoftware/math-expression-evaluator/issues"
  },
  "homepage": "https://github.com/redhivesoftware/math-expression-evaluator#readme",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-uglify": "^0.9.1",
    "mocha": "^2.2.5"
  }
}