{
    "name": "bundlecamper-xbox-live-module",
    "homepage": "https://github.com/khrome/xbox-live",
    "version": "0.0.11-alpha",
    "main": "xbox-live.js",
    "description": "A utility for fetching xbox live gamer data",
    "keywords": [
        "xbox",
        "gamertag",
        "api"
    ],
    "author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
    "contributors": [],
    "bugs": {
        "url": "https://github.com/khrome/xbox-live/issues"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git@github.com:khrome/xbox-live.git"
    },
    "dependencies": {
        "async-arrays": "*",
        "request": "*"
    },
    "devDependencies": {
        "mocha": "*",
        "should": "*"
    },
    "optionalDependencies": {
    },
    "engines": {
        "node": "*"
    }
}
