niman
Version:
A Flexible Installation Manager for Node JS ( NVM plus )
36 lines (34 loc) • 1.53 kB
JSON
{
"name" : "niman"
, "description" : "A Flexible Installation Manager for Node JS ( NVM plus )"
, "version" : "0.0.29"
, "license" : "MIT"
, "main" : "bootLoader.js"
, "preferGlobal" : "true"
, "bin" : {
"nim" : "./bin/nim"
}
, "dependencies": {
"left_pad" : ""
, "w4it" : ""
, "http-d" : ""
}
, "scripts" : {
"test" : "nim list available"
}
, "repository" : {
"type" : "git"
, "url" : "git@github.com:cloned2k16/niMan.git"
}
, "keywords" : [ "niMan"
, "NIM"
, "NVM"
, "NPM"
, "NodeJs"
, "Version"
, "Node"
, "Installation"
, "Manager"
]
, "author" : "Paolo Lioy"
}