UNPKG

mathjs-simple-integral

Version:

Extends mathjs to be able to compute simple integrals.

33 lines (32 loc) 712 B
{ "name": "mathjs-simple-integral", "version": "0.1.1", "description": "Extends mathjs to be able to compute simple integrals.", "main": "index.js", "author": "Joel Hoover <joelahoover@gmail.com>", "license": "Apache-2.0", "private": false, "scripts": { "test": "mocha", "test:watch": "mocha --watch" }, "repository": { "type": "git", "url": "https://github.com/joelhoover/mathjs-simple-integral" }, "bugs": { "url": "https://github.com/joelhoover/mathjs-simple-integral/issues" }, "keywords": [ "math", "mathjs", "integral" ], "devDependencies": { "chai": "^4.1.2", "mocha": "^4.1.0" }, "dependencies": { "mathjs": "^3.18.1" } }