{
    "name": "altair:CommandCentral",
    "version": "0.0.1",
    "description": "Command line engine. One of many ways you can interface with Altair.",
    "dependencies": {
        "prompt":   ">=0.2.x",
        "chalk":    ">=0.4.x",
        "blessed":  ">=0.0.x",
        "css-parse":">=1.x",
        "figlet":   ">=1.0.x",
        "cli-table":"0.3.0"
    },
    "altairDependencies": {
        "altair:Adapters": ">=0.1.x",
        "altair:Events": ">=0.1.x"
    },
    "events": {
        "register-commanders": "Use with the _HasCommandersMixin and the _IsCommanderMixin to give yourself a command line interface."
    }
}
