-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
45 lines (45 loc) · 992 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
41
42
43
44
45
{
"name": "iectrl",
"version": "0.1.2",
"description": "Command line interface and Node module for managing ievms virtual machines",
"main": "index.js",
"scripts": {
"test": "coffeelint -r src && mocha",
"prepublish": "coffee -cbo lib src"
},
"repository": {
"type": "git",
"url": "https://github.com/xdissent/iectrl.git"
},
"homepage": "http://xdissent.github.io/iectrl",
"keywords": [
"ievms",
"windows",
"modern.ie",
"ie",
"vm",
"explorer"
],
"author": "Greg Thornton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdissent/iectrl/issues"
},
"dependencies": {
"commander": "~1.2.0",
"q": "~0.9.6",
"colors": "~0.6.0-1",
"moment": "~2.0.0",
"debug": "~0.7.2"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"groc": "~0.4.0",
"mocha": "~1.11.0",
"should": "~1.2.2",
"coffeelint": "~0.5.6"
},
"bin": {
"iectrl": "./bin/iectrl"
}
}