-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "seagull",
"version": "0.10.1-alpha.7",
"description": "API for managing user metadata.",
"main": "lib/index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"lint": "jshint lib test",
"start": "node lib/index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/tidepool-org/seagull.git"
},
"author": "Tidepool",
"license": "BSD-2-Clause",
"dependencies": {
"@godaddy/terminus": "^4.6.0",
"amoeba": "1.2.3",
"async": "3.2.4",
"bunyan": "1.8.15",
"crypto-js": "4.2.0",
"kafkajs": "^1.14.0",
"lodash": "4.17.21",
"mongodb-legacy": "^5.0.0",
"restify": "11.1.0",
"restify-errors": "8.0.2",
"tidepool-gatekeeper": "0.2.7",
"user-api-client": "0.5.2"
},
"devDependencies": {
"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"
}
}