UNPKG

624 BJSONView Raw
1{
2 "author": "Andrew Sliwinski <andrewsliwinski@acm.org>",
3 "name": "sentiment",
4 "description": "AFINN-based sentiment analysis for Node.js",
5 "version": "1.0.2",
6 "homepage": "https://github.com/thisandagain/sentiment",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/thisandagain/sentiment.git"
10 },
11 "main": "./lib/index.js",
12 "scripts": {
13 "test": "make test"
14 },
15 "dependencies": {
16 "extend-object": "~1.0.0"
17 },
18 "devDependencies": {
19 "benchmark": "~1.0.0",
20 "jshint": "~2.5.0",
21 "tap": "~0.4.8",
22 "Sentimental": "1.0.1"
23 },
24 "engines": {
25 "node": ">=0.10"
26 }
27}