mcalc
Version:
math calculator
28 lines (27 loc) • 428 B
JSON
{
"name": "mcalc",
"version": "1.0.2",
"description": "math calculator",
"main": "main.js",
"bin": {
"mcalc": "bin/main.js"
},
"scripts": {
"test": "none"
},
"repository": {
"type": "git",
"url": "none"
},
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"fibonnaci"
],
"author": "Khawaja Asim",
"license": "ISC"
}