-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "montagu-proxy",
"version": "1.0.0",
"description": "A reverse proxy for Montagu. This allows us to expose a single port (443) and map different paths to different apps (containers).",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.5.1",
"jwt-decode": "^2.2.0",
"pako": "^1.0.10"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.29",
"babel-jest": "^24.5.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"jest": "^24.5.0",
"selenium-webdriver": "^4.0.0-alpha.5",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"scripts": {
"test": "jest -c jest.config.js",
"integration-test": "jest -c jest.integration.config.js --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vimc/montagu-proxy.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vimc/montagu-proxy/issues"
},
"homepage": "https://github.com/vimc/montagu-proxy#readme"
}