-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 820 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
{
"name": "plotly_candlestick_charts",
"version": "1.0.0",
"description": "Node script that takes currency pairs and returns a chart using Plotly charts and AlphaVantage data",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": {
"name": "Alvin Milton",
"email": "[email protected]",
"url": "https://thehandiest.com"
},
"repository": {
"type": "git",
"url": "https://github.com/alvin-milton/plotly-candlesticks.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/alvin-milton/plotly-candlesticks/issues"
},
"homepage": "https://github.com/alvin-milton/plotly-candlesticks/",
"dependencies": {
"axios": "^0.19.1",
"dotenv": "^8.2.0",
"fs": "0.0.2",
"jshint": "^2.11.0",
"plotly": "^1.0.6"
}
}