{
    "name":         "altair.io",
    "version":      "0.6.2",
    "description":  "A platform to facilitate the building of experiences in the Internet of Everything.",
    "main":         "altair.js",
    "license":      "MIT",
    "repository":   {
        "type": "git",
        "url":  "git@github.com:liquidg3/altair.git"
    },
    "bin":          {
        "altair": "./bin/altair.js"
    },
    "scripts":      {
        "test": "node altair --test"
    },
    "dependencies": {
        "underscore":        "1.8.3",
        "underscore-query":  "liquidg3/underscore-query.git",
        "underscore.string": "3.2.2",
        "semver":            "5.0.3",
        "yargs":             "3.30.0",
        "prompt":            "0.2.14",
        "glob":              "6.0.1",
        "chalk":             "1.1.1",
        "i18n-2":            "0.6.0",
        "sprintf":           "0.1.5",
        "mkdirp":            "0.5.1",
        "css-parse":         "2.0.0",
        "rimraf":            "2.4.3",
        "gift":              "0.7.0",
        "lunr":              "0.6.0",
        "npm":               "3.4.1",
        "ncp":               "2.0.0",
        "debug":             "2.2.0",
        "cli-table":         "0.3.0",
        "config-extend":     "0.0.6",
        "mongodb":           "2.0.48",
        "es6-promise":      "git+ssh://git@github.com:liquidg3/es6-promise.git"
    }
}
