-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 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
{
"name": "user-api-client",
"version": "0.5.3",
"description": "An npm library to make it easy to use the user-api.",
"keywords": [
"tidepool, user-api"
],
"homepage": "https://github.com/tidepool-org/user-api-client",
"bugs": "https://github.com/tidepool-org/user-api-client/issues",
"license": "BSD-2-Clause",
"author": {
"name": "Kent Quirk",
"email": "[email protected]",
"url": "https://github.com/kentquirk"
},
"contributors": [
{
"name": "Eric Tschetter",
"email": "[email protected]",
"url": "http://github.com/cheddar"
}
],
"files": [
"lib",
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "jshint lib test",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidepool-org/user-api-client.git"
},
"dependencies": {
"amoeba": "1.2.4",
"axios": "^1.6.8",
"bunyan": "1.8.15",
"lodash": "4.17.21"
},
"devDependencies": {
"express": "^4.18.2",
"jshint": "^2.12.0",
"mocha": "^10.3.0",
"restify": "^11.1.0",
"salinity": "0.0.11",
"supertest": "4.0.2"
},
"overrides": {
"serialize-javascript@>=6.0.0 <6.0.2": "6.0.2"
}
}