Equation.js/package.json
dependabot[bot] 32ac3b41cd
Bump grunt from 0.4.5 to 1.5.3
Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v0.4.5...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 23:49:30 +00:00

37 lines
772 B
JSON

{
"name": "equations",
"version": "1.3.7",
"description": "",
"main": "dist/index.js",
"directories": {
"test": "dist/tests"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"keywords": [
"Math",
"JavaScript"
],
"author": "Mahdi Dibaiee",
"license": "MIT",
"repository": "https://github.com/mdibaiee/Equation",
"devDependencies": {
"browserify": "^9.0.8",
"chai": "^2.2.0",
"grunt": "^1.5.3",
"grunt-babel": "^5.0.0",
"grunt-browserify": "^3.7.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^11.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.4",
"babel": "^5.8.21"
},
"dependencies": {
"babel": "^5.8.21"
}
}