kas-npm
Version:
A lightweight JavaScript CAS for comparing expressions and equations. Forked from @Khan to use in NPM.
34 lines (33 loc) • 766 B
JSON
{
"name": "kas-npm",
"version": "0.4.15d",
"description": "A lightweight JavaScript CAS for comparing expressions and equations. Forked from @Khan to use in NPM. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edvilme/KAS.git"
},
"keywords": [
"parsing",
"equation",
"expression",
"algebra",
"symbolic"
],
"author": "edvilme",
"license": "MIT",
"bugs": {
"url": "https://github.com/edvilme/KAS/issues"
},
"homepage": "https://github.com/edvilme/KAS#readme",
"dependencies": {
"underscore": "^1.13.1"
},
"devDependencies": {
"esmify": "^2.1.1"
}
}