forked from hooklift/node-libvirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (29 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (29 loc) · 755 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
{
"name" : "libvirt",
"version": "0.1.3",
"author": "Camilo Aguilar - http://github.com/c4milo",
"email": "camilo@cloudescape.com",
"contributors": [
"Subho Banerjee - subs.zero [AT] gmail [DOT] com",
"Daniel Tralamazza - daniel.tralamazza [AT] epfl [DOT] ch",
"Wout Mertens - @wmertens",
"Michael Maier - https://github.com/binBASH"
],
"description": "libvirt bindings for v8 javascript engine",
"repositories": [{
"type": "git",
"url": "http://github.com/c4milo/node-libvirt.git"
}],
"devDependencies": {
"expresso": "*",
"segfault-handler": "*"
},
"main": "index.js",
"scripts": {
"test": "expresso"
},
"engines": {
"node": ">=0.6.0"
},
"main": "build/Release/libvirt.node"
}