-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.42 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
{
"name": "@barchart/portfolio-client-js",
"version": "6.0.0",
"description": "JavaScript SDK for Barchart's Portfolio Service",
"homepage": "https://docs.barchart.com/portfolio/#/",
"author": {
"name": "Bryan Ingle",
"email": "[email protected]",
"url": "https://www.barchart.com"
},
"scripts": {
"test": "echo \"Error: Please use gulp to run tests\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/barchart/portfolio-client-js.git"
},
"directories": {
"test": "test"
},
"bugs": {
"url": "https://github.com/barchart/portfolio-client-js/issues"
},
"keywords": [
"Barchart",
"Portfolio",
"JavaScript",
"SDK"
],
"dependencies": {
"@barchart/common-js": "^4.46.1",
"@barchart/portfolio-api-common": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"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.1.2",
"gulp-git": "^2.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-jsdoc3": "^1.0.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",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"browserify": {
"transform": [
[
"babelify"
]
]
},
"license": "MIT"
}