xdg
Version:
Generate paths based on the [XDG Base Directory specification](http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html).
23 lines (22 loc) • 416 B
JSON
{
"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"
}
]
}