forked from alandoherty/node-lxd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 698 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 698 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
{
"name": "node-lxd",
"version": "0.2.9",
"description": "A client for LXD container virtualization",
"main": "src/index.js",
"keywords": [
"lxd",
"lxc",
"container",
"virtualization",
"node-lxd",
"cgroups",
"os",
"linux",
"simple",
"sandbox",
"isolation",
"2.0.0"
],
"scripts": {
"test": "test/test.js"
},
"dependencies": {
"request": "2.83.0",
"ws-unix": "1.0.2"
},
"author": {
"name": "Alan Doherty",
"email": "alan@battlecrate.co.uk",
"url": "https://www.battlecrate.co.uk/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alandoherty/node-lxd.git"
}
}