forked from marcjoha/hyper-gcp-status-line
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 Bytes
/
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
{
"name": "hyper-gcp-status-line",
"version": "1.1.0",
"description": "A status line plugin for the Hyper terminal that shows information about the currently active GCP project and Kubernetes context.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcjoha/hyper-gcp-status-line.git"
},
"keywords": [
"hyper",
"status",
"statusline",
"google",
"cloud",
"platform",
"gcp",
"kubernetes",
"k8s"
],
"author": "Marcus Johansson",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcjoha/hyper-gcp-status-line/issues"
},
"homepage": "https://github.com/marcjoha/hyper-gcp-status-line#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"color": "^3.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}