-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
60 lines (60 loc) · 1.37 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "salient",
"version": "0.2.1",
"description": "Salient is a natural language processing and sentiment analysis library",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/nyxtom/salient"
},
"keywords": [
"nlp",
"natual",
"language",
"processing",
"sentiment",
"natural",
"tokenization",
"part",
"of",
"speech",
"categorization"
],
"author": "Thomas Holloway",
"license": "MIT",
"gitHead": "9e61a1238ef4182c328fc3cad89f5c7090e1b605",
"readmeFilename": "README.md",
"dependencies": {
"underscore": "~1.5.2",
"twitter-text": "~1.6.1",
"he": "~0.5.0",
"treetagger": "~0.1.1",
"sylvester": "0.0.21",
"readline": "0.0.3",
"plotter": "~0.4.3",
"iconv": "latest",
"xml-stream": "latest",
"node-expat": "latest",
"walk": "~2.2.1",
"burst-trie": "~0.1.0",
"robots": "~0.9.4",
"request": "latest",
"minimist": "latest",
"async": "latest",
"JSONStream": "latest",
"request-progress": "latest",
"csv": "latest",
"redis": "latest",
"hiredis": "latest",
"cli-color": "latest",
"node-redis-cluster": "nyxtom/redis-cluster",
"term-spinner": "nyxtom/node-term-spinner",
"redis-stream": "latest"
},
"devDependencies": {
"jasmine-node": "~1.11.0"
}
}