-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
40 lines (40 loc) · 912 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
37
38
39
40
{
"name": "slim",
"version": "2.0.1",
"description": "small and sleek computing environments",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottomatica/slim.git"
},
"keywords": [
"virtual",
"box",
"vm",
"microvm"
],
"author": "ottomatica",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ottomatica/slim/issues"
},
"homepage": "https://github.com/ottomatica/slim#readme",
"dependencies": {
"@octokit/rest": "^18.12.0",
"chalk": "^4.1.0",
"cpio-fs": "^1.1.0",
"dockerode": "^3.3.1",
"download": "^8.0.0",
"fs-extra": "^10.0.0",
"hasbin": "^1.2.3",
"js-yaml": "^3.13.1",
"progress": "^2.0.3",
"simple-git": "^2.48.0",
"tar": "^6.1.11",
"yargs": "^17.3.1"
}
}