-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
63 lines (63 loc) · 1.38 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
{
"name": "@barchart/common-js",
"version": "4.48.1",
"description": "Library of common JavaScript utilities",
"author": {
"name": "Bryan Ingle",
"email": "bryan.ingle@barchart.com",
"url": "https://www.barchart.com"
},
"scripts": {
"lint": "gulp lint",
"test": "jasmine --config=jasmine.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/barchart/barchart-common-js.git"
},
"keywords": [
"Barchart",
"Utilities",
"JavaScript",
"Node.js",
"Browser"
],
"dependencies": {
"axios": "^0.21.1",
"big.js": "^6.2.1",
"date-fns-tz": "^2.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.41",
"xhr": "2.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"git-get-status": "^1.0.5",
"glob": "^6.0.4",
"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.10.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"browserify": {
"transform": [
[
"babelify"
]
]
},
"license": "MIT",
"bugs": {
"url": "https://github.com/barchart/barchart-common-js/issues"
},
"homepage": "https://github.com/barchart/barchart-common-js#readme",
"directories": {
"test": "test"
}
}