gender-prediction
Version:
Predicts gender based on given first name
33 lines (32 loc) • 754 B
JSON
{
"name": "gender-prediction",
"version": "0.0.1",
"description": "Predicts gender based on given first name",
"main": "app/index.js",
"scripts": {
"test": "jest",
"start": "node ./app/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilia-simeonova/gender-prediction.git"
},
"keywords": [
"Bayes",
"prediction",
"gender prediction",
"statistics"
],
"author": "Lilia Simeonova",
"license": "MIT",
"bugs": {
"url": "https://github.com/lilia-simeonova/gender-prediction.git/issues"
},
"homepage": "https://github.com/lilia-simeonova/gender-prediction.git#readme",
"dependencies": {
"natural": "^0.4.0"
},
"devDependencies": {
"jest": "^19.0.2"
}
}