UNPKG

nerdamer-prime

Version:
64 lines (63 loc) 1.59 kB
{ "author": { "name": "Gunnar Mein taking over from Martin Donk", "email": "info@together.science" }, "description": "javascript light-weight symbolic math library", "name": "nerdamer-prime", "license": "MIT", "version": "1.2.5", "homepage": "https://github.com/together-science/nerdamer-prime", "directory": { "lib": "./" }, "publishConfig": { "access": "public" }, "main": "nerdamer.core.js", "typings": "index.d.ts", "keywords": [ "math", "matrix", "complex", "number", "parser", "expression", "functions", "numeric", "equation solver", "linear algebra", "vectors", "symbolic", "integration", "differentiation", "derivative", "algebra", "calculus", "mathematics", "constants", "symbolic math" ], "repository": { "type": "git", "url": "git+https://github.com/together-science/nerdamer-prime.git" }, "bugs": { "url": "https://github.com/together-science/nerdamer-prime/issues" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "jasmine", "gulp": "npx gulp concat_all" }, "devDependencies": { "gulp": "^4.0.2", "gulp-cli": "^2.3.0", "gulp-concat": "^2.6.1", "gulp-uglify": "^3.0.2", "gulp-watch": "^4.0.1", "jasmine": "^2.99.0" } }