-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathpackage.json
77 lines (77 loc) · 1.54 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@barchart/marketdata-api-js",
"version": "6.3.1",
"description": "SDK for streaming market data from Barchart.com",
"author": {
"name": "Eero Pikat",
"email": "[email protected]",
"url": "https://www.barchart.com"
},
"contributors": [
{
"name": "Mike Ehrenberg",
"email": "[email protected]",
"url": "https://www.barchart.com"
},
{
"name": "Bryan Ingle",
"email": "[email protected]",
"url": "https://www.barchart.com"
}
],
"scripts": {
"test": "gulp test",
"watch": "gulp watch",
"docs": "documentation serve"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/barchart/marketdata-api-js.git"
},
"keywords": [
"Barchart",
"Market",
"Data",
"Realtime",
"Stocks",
"Futures",
"Forex"
],
"dependencies": {
"@barchart/common-js": "^4.33.0",
"@xmldom/xmldom": "0.8.4",
"axios": "^0.21.1",
"ws": "7.4.6"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"aws-sdk": "^2.546.0",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"git-get-status": "^1.0.5",
"glob": "^6.0.1",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.0.0",
"gulp-git": "^2.5.1",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.1.0",
"gulp-prompt": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.4",
"jshint": "^2.10.3",
"log4js": "^6.4.1",
"merge-stream": "^2.0.0",
"uuid": "^9.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"browserify": {
"transform": [
[
"babelify"
]
]
},
"license": "MIT",
"private": false
}