-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
{
"name": "@barchart/alerts-client-js",
"version": "4.21.0",
"description": "JavaScript SDK for Barchart Alert Service",
"author": {
"name": "Bryan Ingle",
"email": "[email protected]",
"url": "https://www.barchart.com"
},
"scripts": {
"docs": "docsify serve ./docs",
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/barchart/alerts-client-js"
},
"keywords": [],
"dependencies": {
"@barchart/common-js": "^4.39.2",
"@barchart/marketdata-api-js": "^6.2.6",
"socket.io-client": "^2.3.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"aws-sdk": "^2.735.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"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.12.0",
"log4js": "^4.4.0",
"merge-stream": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"browserify": {
"transform": [
[
"babelify"
]
]
},
"license": "MIT",
"private": false
}