bmi-calculator
Version:
Bmi calculator for jQuery
23 lines (22 loc) • 578 B
JSON
{
"name": "bmi-calculator",
"version": "1.0.0",
"homepage": "https://github.com/Boele/bmi-calculator",
"author": "Boele",
"description": "Bmi calculator for jQuery",
"keywords": [
"jquery",
"bmi",
"calculator"
],
"devDependencies": {
"grunt": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"load-grunt-tasks": "^3.4.1",
"bower": "latest"
},
"license": "MIT"
}