-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 966 Bytes
/
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
{
"name": "bfx-facs-lokue",
"version": "0.0.2",
"private": false,
"description": "Bitfinex Lokue Facility",
"author": {
"name": "prdn",
"email": "[email protected]"
},
"main": "index.js",
"keywords": [
"bitfinex"
],
"scripts": {
"test": "npm run lint && npm run unit",
"unit": "mocha ./test/**/*.spec.js --config .mocharc.json",
"lint": "standard"
},
"dependencies": {
"async": "^2.6.1",
"bfx-facs-base": "git+https://github.com/bitfinexcom/bfx-facs-base.git",
"lodash": "^4.17.10",
"lokue": "^0.0.9"
},
"engine": {
"node": ">=8.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/bfx-facs-lokue.git"
},
"maintainers": [
{
"name": "prdn",
"email": "[email protected]"
}
],
"devDependencies": {
"mkdirp": "^0.5.1",
"mocha": "^7.0.0",
"rimraf": "^3.0.0",
"standard": "^14.3.1"
}
}