UNPKG

606 BJSONView Raw
1{
2 "name": "affectimo",
3 "version": "0.1.3",
4 "description": "Analyse the affect (sentiment / valence) and intensity of a string.",
5 "main": "index.js",
6 "dependencies": {
7 "happynodetokenizer": "^0.1.0"
8 },
9 "keywords": [
10 "psychology",
11 "prediction",
12 "affect",
13 "intensity",
14 "analysis",
15 "sentiment",
16 "valence",
17 "arousal"
18 ],
19 "author": "P. Hughes <peter@phugh.es> (http://www.phugh.es)",
20 "license": "CC-BY-NC-SA-3.0",
21 "homepage": "https://github.com/phugh/affectimo",
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/phugh/affectimo"
25 }
26}