bulk-loader
Version:
Load all files matching a regex and performs a callback on them.
29 lines (28 loc) • 597 B
JSON
{
"name": "bulk-loader",
"version": "0.0.8",
"description": "Load all files matching a regex and performs a callback on them.",
"main": "bulkloader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/icydragoon/BulkLoader.git#0.0.8"
},
"keywords": [
"Node.js",
"Bulk",
"Load",
"Loader",
"Require",
"Pattern",
"Callback"
],
"author": "Wensheng Chen",
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"underscore": "~1.4.4"
}
}