-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1019 Bytes
/
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
{
"name": "@barchart/portfolio-api-common",
"version": "2.0.0",
"description": "Common JavaScript code used by Barchart's Portfolio Service",
"author": {
"name": "Bryan Ingle",
"email": "bryan.ingle@barchart.com",
"url": "https://www.barchart.com"
},
"scripts": {
"test": "echo \"Error: Please use gulp to run tests\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/barchart/portfolio-api-common.git"
},
"dependencies": {
"@barchart/common-js": "^4.46.1",
"@barchart/marketdata-api-js": "^6.2.1",
"uuid": "9.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"git-get-status": "^1.0.5",
"glob": "^6.0.1",
"gulp": "^4.0.2",
"gulp-git": "^2.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.1.0",
"gulp-prompt": "^1.2.0",
"jshint": "^2.10.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"license": "MIT"
}