{
    "name": "xdg",
    "version": "0.1.1",
    "devDependencies": {
        "nodeunit": "~0.8.0"
    },
    "keywords": [
        "xdg",
        "path",
        "basedir"
    ],
    "scripts": {
        "test": "nodeunit tests/*.tests.js"
    },
    "main": "./lib/index.js",
    "licenses": [
        {
            "type": "BSD",
            "url": "http://opensource.org/licenses/BSD-2-Clause"
        }
    ]
}
