node-sentiwordnet
Version:
Sentiwordnet search nodejs and redis
32 lines (30 loc) • 653 B
JSON
{
"name": "node-sentiwordnet",
"version": "0.0.4",
"description": "Sentiwordnet search nodejs and redis",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kevincobain2000/node-sentiwordnet"
},
"keywords": [
"word",
"sense",
"disambiguation",
"sentiment",
"classification",
"classifier",
"sentiwordnet"
],
"author": "Pulkit Kathuria",
"license": "BSD",
"bugs": {
"url": "https://github.com/kevincobain2000/node-sentiwordnet/issues"
},
"dependencies":{
"redis":"latest"
}
}