This repository was archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
{
"name": "blpapi-http",
"version": "0.0.0",
"description": "Bloomberg Open API HTTP Proxy",
"main": "server.js",
"dependencies": {
"blpapi": "^1.2.0",
"bluebird": "^2.9.13",
"bunyan": "^1.2.3",
"convict": "^0.6.1",
"debug": "^2.1.0",
"express-validator": "^2.8.0",
"lodash": "^2.4.1",
"node-uuid": "^1.4.2",
"optimist": "^0.6.1",
"restify": "^2.8.4",
"socket.io": "^1.2.1",
"ws": "^0.6.4"
},
"devDependencies": {
"mocha": "^2.1.0",
"mockery": "^1.4.0",
"nomnom": "^1.8.1",
"request": "2.53.0",
"should": "^5.0.1",
"socket.io-client": "^1.3.4",
"tsd": "^0.5.7",
"tslint": "~2.1.1",
"typescript": "~1.4.1"
},
"scripts": {
"test": "make check"
},
"repository": {
"type": "git",
"url": "http://github.com/bloomberg/blpapi-http"
},
"keywords": [
"Bloomberg",
"Open API",
"blpapi"
],
"author": "Bloomberg LP",
"contributors": [
"Yu Ping Hu <yu.ping.hu@gmail.com>",
"Eric Lu <ericlv88@gmail.com>",
"Thierry Miceli <tmiceli@bloomberg.net>",
"Tzvetan Mikov <tmikov@gmail.com>",
"Eric N. Vander Weele <ericvw@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "http://github.com/bloomberg/blpapi-http/issues"
},
"homepage": "http://github.com/bloomberg/blpapi-http"
}