UNPKG

bmi-utils

Version:

An library with some functions relates to Body Mass Index (BMI), like calculate and get the ideial weight

40 lines (39 loc) 1.13 kB
{ "name": "bmi-utils", "version": "1.1.0", "description": "An library with some functions relates to Body Mass Index (BMI), like calculate and get the ideial weight", "author": "Emanuel Souza <emanuelgdesouza@gmail.com>", "license": "MIT", "main": "dist/index.umd.js", "module": "dist/index.es.js", "homepage": "https://github.com/emanuelgsouza/bmi-utils#readme", "scripts": { "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src/", "build": "rm -rf dist/ && rollup -c", "prepare": "npm run-script build", "semantic-release": "semantic-release" }, "repository": "https://github.com/emanuelgsouza/bmi-utils.git", "keywords": [ "bmi-utils", "body-mass-index", "utils", "bmi" ], "bugs": { "url": "https://github.com/emanuelgsouza/bmi-utils/issues" }, "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "babel-jest": "^24.9.0", "eslint": "^6.6.0", "jest": "^24.9.0", "rollup": "^1.26.0", "semantic-release": "^15.13.28" }, "dependencies": {} }