UNPKG

bodmas

Version:

bodmas is a nodemodule using which you can do the simple maths operations like addition ,subtraction ,multiplication and devision.

33 lines (32 loc) 585 B
{ "name": "bodmas", "version": "1.0.9", "description": "", "main": "index.js", "gypfile": true, "scripts": { "build": "node-gyp rebuild", "clean": "node-gyp clean" }, "author": "Ganesh Mogare", "license": "ISC", "devDependencies": { "node-gyp": "^3.7.0" }, "dependencies": { "@types/node": "^10.12.21", "node-addon-api": "^1.3.0" }, "keywords": [ "maths", "maths-operation", "bodmas", "floating-point-values", "simple-math", "addition", "subtraction", "devision", "multiplication", "module" ] }