-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "wink-twitter-sentiment",
"version": "1.0.0",
"description": "Using wink-nlp for Twitter sentiment analysis",
"main": "sentiment.js",
"scripts": {
"start": "node sentiment.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pallaviratra/wink-twitter-sentiment.git"
},
"keywords": [
"wink-nlp",
"twitter",
"sentiment",
"analysis",
"nlp",
"nodeJS",
"winkJS"
],
"author": "Pallavi Ratra",
"license": "MIT",
"bugs": {
"url": "https://github.com/pallaviratra/wink-twitter-sentiment/issues"
},
"homepage": "https://github.com/pallaviratra/wink-twitter-sentiment#readme",
"dependencies": {
"dotenv": "^8.2.0",
"twitter": "^1.7.1",
"wink-eng-lite-model": "https://github.com/winkjs/wink-eng-lite-model/releases/download/0.1.0/wink-eng-lite-model-0.1.0.tgz",
"wink-nlp": "^0.1.0"
}
}