forked from bloomberg/blpapi-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 931 Bytes
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 931 Bytes
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
{
"name": "blpapi",
"version": "1.2.0",
"main": "./blpapi.js",
"description": "Bloomberg Open API (BLPAPI) binding for node.js",
"os": [
"linux",
"win32",
"darwin"
],
"cpu": [
"x64",
"ia32"
],
"scripts": {
"install": "node-gyp configure build"
},
"dependencies": {
"custom-error-generator": "7.0.0"
},
"devDependencies": {
"node-gyp": "^2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bloomberg/blpapi-node.git"
},
"bugs": {
"url": "https://github.com/bloomberg/blpapi-node/issues",
"email": "open-tech@bloomberg.net"
},
"maintainers": [
{
"name": "Andrew Paprocki",
"email": "andrew@ishiboo.com"
}
],
"keywords": [
"finance",
"stocks",
"stock",
"quotes",
"tick",
"realtime",
"market"
],
"license": "MIT",
"engines": {
"node": ">=0.12",
"iojs": ">=1.0"
}
}