-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 845 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 845 Bytes
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
{
"name": "skippbox",
"version": "0.0.1",
"description": "A NWjs based k8s UI",
"repository": {
"type": "git",
"url": "https://github.com/skippbox/skippbox.git"
},
"main": "index.html",
"scripts": {
"start": "nw"
},
"keywords": [
"k8s",
"desktop",
"nw.js"
],
"window": {
"frame": false,
"toolbar": false,
"resizable": true,
"width": 1000,
"height": 600,
"min_width": 600,
"min_height": 400,
"max_width": 1000,
"max_height": 800,
"position": "center"
},
"author": "The skippbox authors",
"license": "Apache-2.0",
"dependencies": {
"fs": "0.0.2",
"github": "^0.2.4",
"js-yaml": "^3.4.2",
"shelljs": "^0.6.0",
"node-kubernetes-client": "~0.2.3",
"os-homedir": "^1.0.1"
},
"devDependencies": {
"nw-builder": "^2.0.2"
}
}