forked from hooklift/node-libvirt
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 1.51 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "libvirt",
"version": "1.2.0",
"author": {
"name": "Camilo Aguilar",
"email": "camilo@hooklift.io",
"url": "http://github.com/c4milo"
},
"contributors": [
{
"name": "Matt Broadstone",
"email": "mbroadst@gmail.com"
},
{
"name": "Subho Banerjee",
"email": "subs.zero [AT] gmail [DOT] com"
},
{
"name": "Daniel Tralamazza",
"email": "daniel.tralamazza [AT] epfl [DOT] ch"
},
{
"name": "Wout Mertens"
},
{
"name": "Michael Maier",
"url": "https://github.com/binBASH"
},
{
"name": "Damian Kaczmarek",
"email": "rush@virtkick.com",
"url": "https://github.com/Rush"
}
],
"description": "Native libvirt C++ bindings for node.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/hooklift/node-libvirt.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"version": "make changelog && git add CHANGELOG.md"
},
"keywords": [
"libvirt",
"virt",
"virtualization",
"kvm",
"qemu",
"cloud",
"openstack",
"vm",
"virtualmachine"
],
"dependencies": {
"bindings": "^1.2.1",
"bluebird": "^3.1.1",
"nan": "^2.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"conventional-changelog-cli": "^1.2.0",
"jshint": "^2.9.1-rc1",
"mocha": "^2.3.4",
"segfault-handler": "^1.0.0",
"semver": "^5.1.0",
"xpath": "^0.0.9",
"xmldom": "^0.1.19"
}
}