UNPKG

get-age

Version:

Calculate the age in years for a birth date

28 lines (27 loc) 594 B
{ "name": "get-age", "version": "1.0.1", "description": "Calculate the age in years for a birth date", "main": "index.js", "scripts": { "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/bsiddiqui/get-age.git" }, "keywords": [ "add", "math", "sum" ], "author": "Basil Siddiqui <basil.siddiqui@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bsiddiqui/get-age/issues" }, "homepage": "https://github.com/bsiddiqui/get-age#readme", "devDependencies": { "standard": "^5.2.2" } }