-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 867 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
{
"name": "node-xl-wrapper",
"version": "0.0.0",
"description": "Node.js wrapper around local or remote XEN xl management utility",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/benurb/node-xl-wrapper.git"
},
"keywords": [
"XEN",
"xl",
"ssh",
"manage VMs"
],
"author": "Benjamin Urban <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/benurb/node-xl-wrapper/issues"
},
"homepage": "https://github.com/benurb/node-xl-wrapper",
"dependencies": {
"ssh2": "^0.3.6"
},
"devDependencies": {
"chai": "^1.10.0",
"codecov.io": "0.0.8",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jscs": "^0.8.1",
"grunt-mocha-test": "^0.12.3",
"mocha": "^2.0.1"
}
}