dx-calc
Version:
A math engine built in vanilla JS — zero dependencies, pure brainpower.
34 lines (33 loc) • 737 B
JSON
{
"name": "dx-calc",
"version": "0.2.3",
"type": "module",
"description": "A math engine built in vanilla JS — zero dependencies, pure brainpower.",
"main": "dxCalc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/its-namami/dx-calc.git"
},
"keywords": [
"math",
"math-engine",
"math-library",
"javascript",
"js",
"no-dependencies",
"educational"
],
"files": [
"dxCalc.js",
"README.md"
],
"author": "its-namami",
"license": "MIT",
"bugs": {
"url": "https://github.com/its-namami/dx-calc/issues"
},
"homepage": "https://github.com/its-namami/dx-calc#readme"
}