ae73197c44
Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.2. - [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.2) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
37 lines
772 B
JSON
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.2",
|
|
"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"
|
|
}
|
|
}
|