-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.73 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.73 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@barchart/common-node-js",
"version": "4.72.1",
"description": "Common classes, utilities, and functions for building Node.js servers",
"author": {
"name": "Bryan Ingle",
"email": "bryan.ingle@barchart.com",
"url": "https://www.barchart.com"
},
"contributors": [
{
"name": "Luka Sotra",
"email": "luka.sotra@barchart.com",
"url": "https://www.barchart.com"
}
],
"scripts": {
"lint": "gulp lint",
"test": "jasmine --config=jasmine.json"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/barchart/barchart-common-node-js"
},
"keywords": [
"Barchart",
"Utilities",
"JavaScript",
"Node.js"
],
"dependencies": {
"@barchart/common-js": "^4.66.1",
"@barchart/marketdata-api-js": "^6.2.5",
"aws-sdk": "^2.821.0",
"body-parser": "1.15.2",
"client-sessions": "0.7.0",
"express": "4.14.0",
"express-handlebars": "3.0.0",
"express-http-proxy": "0.10.1",
"http-digest-client": "0.0.3",
"log4js": "^5.3.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"multer": "1.2.1",
"node-yaml-config": "0.0.4",
"nodemailer": "^6.3.0",
"numeral": "^2.0.6",
"socket.io": "2.3.0",
"twilio": "^3.43.0",
"uuid": "^9.0.1",
"xml2js": "0.4.17"
},
"devDependencies": {
"git-get-status": "^1.0.5",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-jshint": "^2.1.0",
"gulp-prompt": "^1.2.0",
"jasmine": "^4.0.2",
"jshint": "^2.12.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/barchart/barchart-common-node-js/issues"
},
"homepage": "https://github.com/barchart/barchart-common-node-js#readme",
"directories": {
"test": "test"
}
}