semantic-math-processor-client
Version:
Semantic Math Processor Client is a plugin for SemanticMathEditor, which allows making math calculation using Math Processor - our REST wrapper around Sympy CAS
24 lines (22 loc) • 926 B
JSON
{
"name": "semantic-math-processor-client",
"version": "1.4.10",
"main": "index.bundle.js",
"types": "semantic-math-processor-client.d.ts",
"description": "Semantic Math Processor Client is a plugin for SemanticMathEditor, which allows making math calculation using Math Processor - our REST wrapper around Sympy CAS",
"keywords":["math editor", "Sympy client","CAS", "Math calculation online","Algebra","Calculus","Plotting"],
"homepage": "https://github.com/softaria/semantic-math-processor-client",
"bugs":"https://github.com/softaria/semantic-math-processor-client/issues",
"license" : "BSD-3-Clause",
"author": "Softaria LLC",
"repository": {
"type" : "git",
"url" : "https://github.com/softaria/semantic-math-processor-client.git"
},
"contributors": [
{ "name" : "Roman Kuzmin", "email" : "roman@softaria.com" }
],
"peerDependencies": {
"semantic-math-editor": "^2.0.2"
}
}