basepath
Version:
Simple base path library for Node.js apps.
27 lines (26 loc) • 742 B
JSON
{
"name" : "basepath",
"version" : "1.0.3",
"description" : "Simple base path library for Node.js apps.",
"keywords" : [ "base", "path", "basepath" ],
"author" : {
"name" : "Andrey Chizh",
"email" : "info.andreychizh@gmail.com",
"url" : "http://andreychizh.com"
},
"homepage" : "http://andreychizh.github.com/node-basepath/",
"repository" : {
"type" : "git",
"url" : "git://github.com/AndreyChizh/node-basepath.git"
},
"main" : "./lib/basepath",
"engines" : {
"node" : "> 0.6.0"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/AndreyChizh/node-basepath/master/LICENSE.md"
}
]
}