-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.08 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.08 KB
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
{
"name": "fruster-api-gateway",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "node ./app.js",
"test": "nyc --reporter=html --check-coverage --lines 80 node ./spec/support/jasmine-runner.js"
},
"dependencies": {
"batching-influx": "0.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"connect-timeout": "^1.9.0",
"cookie": "^0.5.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"express-favicon": "^2.0.1",
"fruster-bus": "0.7.13",
"fruster-health": "~0.2.1",
"fruster-log": "0.1.2",
"lodash": "^4.17.15",
"maxmind": "^4.1.0",
"minimatch": "^3.0.4",
"mongodb": "4.17.2",
"ms": "^2.1.2",
"ngeohash": "^0.6.3",
"pug": "^2.0.4",
"request": "^2.88.1",
"uuid": "^10.0.0",
"ws": "^2.3.1"
},
"devDependencies": {
"fruster-test-utils": "^0.7.0",
"jasmine": "^3.99.0",
"jasmine-spec-reporter": "^4.2.1",
"multiparty": "^4.2.3",
"nyc": "^17.1.0",
"supertest": "^7.1.1"
},
"nyc": {
"exclude": [
"spec/*",
"conf.js",
"web/*",
"docs/*",
"examples/*"
]
}
}