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
27 lines (27 loc) · 723 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 723 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
{
"name": "blpapi",
"version": "0.1.9",
"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"
},
"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.6" }
}