-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 866 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 866 Bytes
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": "scraper",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@google-cloud/language": "^1.2.0",
"@google-cloud/vision": "^0.15.2",
"alexa-traffic-rank": "^1.0.1",
"babel-runtime": "^6.26.0",
"change-case": "^3.0.2",
"compromise": "^11.6.0",
"fibers": "^2.0.0",
"fs-path": "0.0.24",
"fuzzaldrin": "^2.1.0",
"google": "^2.1.0",
"google-gax": "^0.14.5",
"google-kgsearch": "^0.1.1",
"grpc": "^1.9.0",
"jquery": "^3.3.1",
"merge-images": "^1.1.0",
"meteor-node-stubs": "^0.3.2",
"natural": "^0.6.3",
"node-fetch": "^2.1.2",
"paralleldots": "^3.2.3",
"rss-parser": "^3.5.4",
"scroll-into-view": "^1.9.3",
"unfluff": "^3.2.0",
"watson-developer-cloud": "^3.3.0",
"whois": "^2.5.10"
}
}