forked from bitfinexcom/bfx-facs-deflate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 836 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
{
"name": "bfx-facs-deflate",
"version": "0.1.0",
"description": "Bitfinex Deflate Facility",
"main": "index.js",
"private": false,
"engine": {
"node": ">=8.0"
},
"deprecated": false,
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/bfx-facs-deflate.git"
},
"keywords": [
"bitfinex"
],
"homepage": "https://github.com/bitfinexcom/bfx-facs-deflate#readme",
"bugs": {
"url": "https://github.com/bitfinexcom/bfx-facs-deflate/issues"
},
"dependencies": {
"archiver": "3.1.1",
"async": "3.2.4",
"bfx-facs-base": "git+https://github.com:bitfinexcom/bfx-facs-base.git",
"lib-js-util-base": "git+https://github.com/bitfinexcom/lib-js-util-base.git"
},
"devDependencies": {
"standard": "17.1.0"
},
"scripts": {
"test": "standard"
}
}