-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
50 lines (50 loc) · 1.07 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
{
"name": "google-finance",
"description": "Google Finance company news and historical quotes data downloader written in Node.js",
"version": "0.1.12",
"license": "MIT",
"author": {
"name": "Pilwon Huh",
"email": "[email protected]"
},
"homepage": "https://github.com/pilwon/node-google-finance",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/node-google-finance.git"
},
"keywords": [
"google",
"finance",
"financial",
"data",
"stock",
"price",
"quote",
"historical",
"eod",
"end-of-day",
"client",
"library"
],
"dependencies": {
"bluebird": "3.5.1",
"debug": "3.1.0",
"feedparser": "2.2.9",
"lodash": "4.17.10",
"moment": "2.22.2",
"request": "2.87.0",
"request-promise": "4.2.2",
"string": "3.3.3"
},
"devDependencies": {
"colors": "1.3.1",
"grunt": "1.0.3",
"grunt-concurrent": "2.3.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-watch": "1.1.0",
"load-grunt-tasks": "4.0.0"
},
"scripts": {
"prepare": "npm prune"
}
}