require.all
Version:
Apply filters and require all files in a directory or read all files from a dir and optionally resolve them, as much times as you wish, with custom function or arguments.
29 lines (28 loc) • 789 B
JSON
{
"name": "require.all",
"version": "2.0.5",
"description": "Apply filters and require all files in a directory or read all files from a dir and optionally resolve them, as much times as you wish, with custom function or arguments.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desislavsd/require.all.git"
},
"keywords": [
"require",
"require all",
"require dir",
"require directory",
"autoloader",
"include",
"module loader"
],
"author": "desislavsd",
"license": "MIT",
"bugs": {
"url": "https://github.com/desislavsd/require.all/issues"
},
"homepage": "https://github.com/desislavsd/require.all#readme"
}