This repository has been archived by the owner on May 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 1.86 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@barchart/marketdata-utilities-js",
"version": "3.0.30",
"description": "Barchart's JavaScript utilities for working with streaming market data",
"author": {
"name": "Eero Pikat",
"email": "[email protected]",
"url": "http://www.barchart.com"
},
"contributors": [
{
"name": "Mike Ehrenberg",
"email": "[email protected]",
"url": "http://www.barchart.com"
},
{
"name": "Bryan Ingle",
"email": "[email protected]",
"url": "http://www.barchart.com"
}
],
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/barchart/marketdata-utilities-js.git"
},
"keywords": [
"Barchart",
"Market",
"Data",
"Realtime",
"Stocks",
"Futures",
"Forex",
"Price",
"Formatter",
"HTML5"
],
"dependencies": {
"lodash.isnan": "3.0.2",
"xmldom": "0.1.27"
},
"devDependencies": {
"babel-plugin-external-helpers-2": "^6.3.13",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"babelify-external-helpers": "^1.1.0",
"browserify": "~11.2.0",
"git-get-status": "^1.0.5",
"glob": "^6.0.1",
"gulp": "~3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-bump": "~1.0.0",
"gulp-git": "^2.5.1",
"gulp-jasmine": "^2.2.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-jshint": "~1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"run-sequence": "~1.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"license": "MIT",
"private": false
}