-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.2 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
52
53
54
55
56
{
"name": "bfx-facs-grc-s3",
"version": "1.1.0",
"private": false,
"description": "Bitfinex Grenache s3 Facility",
"author": {
"name": "face",
"email": "[email protected]"
},
"keywords": [
"bitfinex",
"s3",
"grenache"
],
"dependencies": {
"async": "^2.6.0",
"bfx-facs-base": "git+https://github.com/bitfinexcom/bfx-facs-base.git",
"grenache-nodejs-http": "^0.7.6",
"lodash": "^4.17.10"
},
"scripts": {
"test": "npm run lint && npm run unit",
"unit": "mocha",
"lint": "standard",
"lintFix": "standard --fix"
},
"engine": {
"node": ">=8.0"
},
"main": "index.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/bfx-facs-auth-google.git"
},
"homepage": "https://github.com/bitfinexcom/bfx-facs-auth-google",
"maintainers": [
{
"name": "face",
"email": "<[email protected]>"
},
{
"name": "Ezequiel Wernicke",
"email": "<[email protected]>"
},
{
"name": "prdn",
"email": "[email protected]"
}
],
"devDependencies": {
"grenache-grape": "^0.9.8",
"mocha": "^5.2.0",
"standard": "^11.0.1"
}
}