-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.07 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.07 KB
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
{
"name": "quoth",
"version": "1.0.3",
"description": "Free financial quotes.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/triploc/quoth.git"
},
"keywords": [
"free",
"financial",
"quotes",
"yahoo",
"google",
"finance",
"stock",
"stocks",
"equities",
"option",
"options"
],
"author": "Jonathan Hollinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/triploc/quoth/issues"
},
"homepage": "https://github.com/triploc/quoth#readme",
"dependencies": {
"async": "^1.5.2",
"descriptive-statistics": "0.0.4",
"emotional": "0.0.3",
"finance-scraper": "0.0.0",
"finance-scraper-js": "0.0.1",
"htmlparser2": "^3.9.0",
"request": "^2.72.0",
"sentiment": "^1.0.6",
"should": "^8.3.1",
"sugar": "^1.4.1",
"twitter": "^1.2.5",
"xml-parser": "^1.2.1",
"yahoo-currency": "0.0.10",
"yahoo-finance": "^0.2.12"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}