-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.24 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": "message-api",
"version": "0.9.1-alpha.7",
"description": "Tidepool Message API.",
"main": "lib/index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"lint": "jshint lib test",
"start": "node lib/index.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidepool-org/message-api.git"
},
"author": {
"name": "Jamie Bate"
},
"license": "BSD-2-Clause",
"dependencies": {
"@godaddy/terminus": "^4.6.0",
"amoeba": "1.2.3",
"bunyan": "1.8.15",
"cookies": "0.8.0",
"lodash": "4.17.21",
"moment": "^2.29.0",
"mongodb": "^5.0.1",
"mongodb-legacy": "^5.0.0",
"restify": "11.1.0",
"sundial": "1.7.4",
"tidepool-gatekeeper": "0.2.7",
"tidepool-seagull-client": "0.1.11",
"user-api-client": "0.5.2"
},
"devDependencies": {
"async": "3.2.4",
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-mocha-test": "0.13.3",
"grunt-shell-spawn": "0.4.0",
"jshint": "^2.12.0",
"mocha": "^10.3.0",
"salinity": "0.0.10",
"supertest": "5.0.0"
},
"overrides": {
"serialize-javascript@>=6.0.0 <6.0.2": "6.0.2"
}
}