forked from janlukasschroeder/realtime-newsapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 951 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
35
36
37
38
39
40
41
42
{
"name": "realtime-newsapi",
"version": "1.1.2",
"description": "Realtime News API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janlukasschroeder/realtime-newsapi.git"
},
"keywords": [
"Realtime",
"News",
"API",
"Financial news",
"News API",
"News stream",
"SEC filings",
"Reuters",
"Bloomberg",
"JSON news",
"Analyst ratings",
"The Wall Street Journal",
"Seeking Alpha",
"News aggregator"
],
"author": "Jan Schroeder",
"license": "MIT",
"bugs": {
"url": "https://github.com/janlukasschroeder/realtime-newsapi/issues"
},
"homepage": "https://github.com/janlukasschroeder/realtime-newsapi#readme",
"dependencies": {
"socket.io-client": "^2.4.0"
},
"bin": {
"realtime-newsapi": "./index.js"
}
}