UNPKG

mathjs-mathml

Version:

Translation of mathjs object to MathML

41 lines (40 loc) 943 B
{ "name": "mathjs-mathml", "version": "0.3.3", "description": "Translation of mathjs object to MathML", "main": "src/index.js", "scripts": { "test": "mocha test --recursive", "test:cov": "nyc --reporter=lcov npm run test", "coveralls": "nyc --reporter=text-lcov npm run test | coveralls" }, "keywords": [ "mathjs", "MathML", "XML" ], "repository": { "type": "git", "url": "git+https://github.com/insysbio/mathjs-mathml.git" }, "contributors": [ "Evgeny Metelkin", "Victoria Tkachenko" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/insysbio/mathjs-mathml/issues" }, "homepage": "https://github.com/insysbio/mathjs-mathml#readme", "dependencies": {}, "peerDependencies": { "mathjs": ">= 5" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.7", "mathjs": "^12.1.0", "mocha": "^7.2.0", "nyc": "^14.1.1" } }