module-require
Version:
Load modules, link modules to another module-names, manage access to custom / local scripts as modules
32 lines (31 loc) • 830 B
JSON
{
"name": "module-require",
"version": "1.4.5",
"description": "Load modules, link modules to another module-names, manage access to custom / local scripts as modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sergiu-gordienco/nodejs-module-require.git"
},
"keywords": [
"module",
"require",
"load",
"custom",
"manage",
"access",
"link",
"rename",
"map",
"mapping"
],
"author": "Sergiu Gordienco <sergiu.gordienco@gmail.com> (http://www.cloudwebcode.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergiu-gordienco/nodejs-module-require/issues"
},
"homepage": "https://github.com/sergiu-gordienco/nodejs-module-require"
}