{
        "name"          :   "niman-gui"
    ,   "description"   :   "A simple Node Version Manager written using Node itself"
    ,   "main"          :   "main.js"
    ,   "authors"       : [ "Paolo Lioy" ]
    ,   "license"       :   "CC-BY-NC-4.0"
    ,   "keywords"      : [ "NIM"
                        ,   "NPM"
                        ,   "NVM"
                        ]
    ,   "homepage"      :   "https://github.com/cloned2k16/niMan"
    ,   "ignore"        : [
                            "**/.*"
                        ,   "node_modules"
                        ,   "js-libs"
                        ]
                        
    ,   "dependencies"  : {
                            "w4it"              :   ""
                        ,   "string_prototypes" :   ""
                        ,   "left_pad"          :   ""
                        ,   "doc_ready"         :   ""
                        }
}