guacyra
Version:
A small and self-contained Computer Algebra System.
38 lines (37 loc) • 896 B
JSON
{
"name": "guacyra",
"version": "0.0.35",
"description": "A small and self-contained Computer Algebra System. ",
"main": "./dist/index.js",
"files": [
"dist/index.js"
],
"scripts": {
"build": "webpack --mode production",
"test": "mocha || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinicius-mello/guacyra.git"
},
"keywords": [
"CAS"
],
"author": "Vinicius Mello",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinicius-mello/guacyra/issues"
},
"homepage": "https://github.com/vinicius-mello/guacyra#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^8.2.1",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
}
}