{
  "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 <xdissent@me.com>",
  "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"
  }
}
