-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.23 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
{
"name": "jellyfish",
"version": "0.14.1-alpha.7",
"description": "Jellyfish are known for their user friendliness with uploads",
"main": "app.js",
"scripts": {
"lint": "jshint lib test",
"start": "node app",
"test": "mocha"
},
"directories": {
"lib": "./lib"
},
"files": [
"app.js",
"env.js"
],
"repository": {
"type": "git",
"url": "git://github.com/tidepool-org/jellyfish.git"
},
"author": "Tidepool contributors",
"license": "BSD-2-Clause",
"dependencies": {
"@godaddy/terminus": "^4.5.0",
"amoeba": "1.2.3",
"async": "3.2.4",
"aws-sdk": "^2.814.0",
"body-parser": "1.20.2",
"bunyan": "1.8.15",
"compression": "1.7.4",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"lodash": "4.17.21",
"moment": "^2.29.4",
"mongodb": "^5.0.1",
"mongodb-legacy": "^5.0.0",
"rx": "4.1.0",
"semver": "7.5.4",
"sundial": "1.7.4",
"tidepool-gatekeeper": "0.2.7",
"tidepool-seagull-client": "0.1.11",
"user-api-client": "0.5.2"
},
"devDependencies": {
"jshint": "^2.12.0",
"jshint-stylish": "2.2.1",
"mocha": "^10.3.0",
"salinity": "0.0.10"
},
"overrides": {
"serialize-javascript@>=6.0.0 <6.0.2": "6.0.2"
}
}