forked from bitfinexcom/bfx-lib-server-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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
{
"name": "bfx-lib-server-js",
"version": "1.1.0",
"description": "Shared client server utilities",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/bfx-lib-server-js.git"
},
"scripts": {
"test": "mocha",
"lint": "standard",
"lintFix": "standard --fix"
},
"keywords": [],
"authors": [
{
"name": "Ezequie Wernicke",
"email": "<[email protected]>"
},
{
"name": "face",
"email": "<[email protected]>"
}
],
"maintainers": [
{
"name": "Ezequiel Wernicke",
"email": "<[email protected]>"
},
{
"name": "face",
"email": "<[email protected]>"
}
],
"license": "Apache-2.0",
"dependencies": {
"csv-stringify": "^5.3.6",
"grenache-nodejs-http": "^0.7.6",
"lodash": "^4.17.15",
"lru": "^3.1.0",
"request": "^2.88.0",
"request-ip": "^2.0.2",
"sanitizer": "^0.1.3",
"tls": "0.0.1"
},
"devDependencies": {
"standard": "^14.3.1",
"mocha": "^5.2.0"
}
}