-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
77 lines (77 loc) · 2.29 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "mesos-term",
"version": "0.13.3",
"description": "",
"main": "main.js",
"scripts": {
"test": "./node_modules/.bin/mocha --colors --require ts-node/register --recursive src/**/*.spec.ts",
"lint": "./node_modules/.bin/tslint -c tslint.json -p tsconfig.json",
"compile": "./node_modules/.bin/tsc -p tsconfig.json",
"dist": "cp -r src/views src/python dist && cp -r web/build dist/public_html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clems4ever/mesos-term.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/clems4ever/mesos-term/issues"
},
"homepage": "https://github.com/clems4ever/mesos-term#readme",
"dependencies": {
"@types/compression": "^1.7.2",
"archiver": "^5.3.0",
"axios": "^0.21.2",
"basic-auth": "^2.0.0",
"bluebird": "^3.7.2",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"ejs": "^3.1.6",
"express": "^4.16.2",
"express-session": "^1.17.2",
"express-ws": "^5.0.2",
"jsonwebtoken": "^8.2.1",
"jszip": "^3.7.1",
"moment": "^2.29.4",
"node-pty": "^0.10.1",
"parse-duration": "^1.0.2",
"passport": "^0.4.1",
"passport-ldapauth": "^2.1.4",
"query-string": "^7.1.1",
"readable-stream": "^3.6.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"stream-buffers": "^3.0.2"
},
"devDependencies": {
"@types/archiver": "^3.1.0",
"@types/assert": "^1.5.5",
"@types/axios": "^0.14.0",
"@types/basic-auth": "^1.1.3",
"@types/body-parser": "^1.19.0",
"@types/chai": "",
"@types/express": "4.17.1",
"@types/express-session": "1.17.0",
"@types/express-serve-static-core": "4.17.3",
"@types/express-ws": "^3.0.0",
"@types/jsonwebtoken": "^8.5.2",
"@types/jszip": "^3.1.7",
"@types/mocha": "^9.0.0",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.17",
"@types/request-promise": "^4.1.48",
"@types/selenium-webdriver": "^4.0.15",
"@types/sinon": "^9.0.0",
"@types/stream-buffers": "^3.0.4",
"chai": "^4.3.4",
"chromedriver": "*",
"mocha": "^9.1.2",
"selenium-webdriver": "^4.0.0-rc-2",
"sinon": "^14.0.1",
"ts-node": "^10.4.0",
"tslint": "^5.20.1",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^3.9.9"
}
}