wellbeing_analysis
Version:
Analyse psychological wellbeing (PERMA) as expressed in English or Spanish strings.
42 lines (41 loc) • 936 B
JSON
{
"name": "wellbeing_analysis",
"version": "4.0.0",
"description": "Analyse psychological wellbeing (PERMA) as expressed in English or Spanish strings.",
"main": "index.js",
"engines": {
"node": ">=6.14.4"
},
"dependencies": {
"async": "^2.6.1",
"british_american_translate": "^1.0.2",
"happynodetokenizer": "^0.4.1",
"lex-helpers": "^0.4.0",
"simplengrams": "^0.3.3"
},
"keywords": [
"psychology",
"positive",
"wellbeing",
"PERMA",
"SWL",
"lexica",
"lexicon",
"mental",
"health",
"predict",
"predictive",
"Spanish",
"Espanol",
"sentiment",
"emotion",
"psychological"
],
"author": "P. Hughes <peter@phugh.es> (http://www.phugh.es)",
"license": "CC-BY-NC-SA-3.0",
"homepage": "https://github.com/phugh/wellbeing_analysis",
"repository": {
"type": "git",
"url": "https://github.com/phugh/wellbeing_analysis"
}
}