calc-bmi
Version:
npm package to calculate BMI (Body Mass Index)
27 lines (26 loc) • 574 B
JSON
{
"name": "calc-bmi",
"version": "1.0.1",
"description": "npm package to calculate BMI (Body Mass Index)",
"main": "index.js",
"type": "module",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alaminrifat/calc-bmi.git"
},
"keywords": [
"bmi",
"calculate",
"calc-bmi",
"bmi-calc"
],
"author": "alaminrifat",
"license": "ISC",
"bugs": {
"url": "https://github.com/alaminrifat/calc-bmi/issues"
},
"homepage": "https://github.com/alaminrifat/calc-bmi#readme"
}