This repository was archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 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
52
53
54
{
"name": "skipper",
"version": "0.2.1",
"private": true,
"description": "skipper is in command of k8s clusters",
"keywords": [],
"author": "danw@concur.com",
"license": "",
"main": "app.js",
"dependencies": {
"@awspilot/dynamodb": "^1.5.0",
"argparse": "^1.0.10",
"assertion-error": "^1.1.0",
"async": "^2.6.3",
"aws-sdk": "^2.560.0",
"body-parser": "^1.19.0",
"brace-expansion": "^1.1.11",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"console-stamp": "^0.2.9",
"cors": "^2.8.5",
"deep-eql": "^3.0.1",
"express": "^4.17.1",
"form-data": "^2.5.1",
"js-yaml": "^3.13.1",
"jsonfile": "^3.0.1",
"lodash": "^4.17.15",
"mime": "^1.6.0",
"mime-types": "^2.1.24",
"mkdirp": "^0.5.1",
"node-kubernetes-client": "^0.3.2",
"path": "^0.12.7",
"proxy-agent": "^2.3.1",
"qs": "^6.9.0",
"request": "^2.88.0",
"safe-buffer": "^5.2.0",
"swagger-tools": "^0.10.4",
"type-detect": "^4.0.8",
"type-is": "^1.6.18",
"uuid": "^3.3.3",
"vary": "^1.1.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"istanbul": "^1.1.0-alpha.1",
"mocha": "^6.2.2",
"should": "^11",
"supertest": "^3.4.2"
},
"scripts": {
"start": "node app.js",
"test": "istanbul cover _mocha -- -R spec"
}
}