niman
Version:
A Flexible Installation Manager for Node JS ( NVM plus )
24 lines (23 loc) • 940 B
JSON
{
"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" : ""
}
}