user-settings
Version:
Simple user settings management
26 lines (25 loc) • 589 B
JSON
{
"name": "user-settings",
"version": "0.2.0",
"description": "Simple user settings management",
"main": "dots.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rev087/user-settings"
},
"keywords": [
"settings",
"config",
"user-settings",
"dotfile"
],
"author": "Bruno Daniel",
"license": "MIT",
"bugs": {
"url": "https://github.com/rev087/user-settings/issues"
},
"homepage": "https://github.com/rev087/user-settings"
}