exec-glob
Version:
CL Utility to execute command against glob
32 lines (31 loc) • 656 B
JSON
{
"name": "exec-glob",
"version": "1.2.2",
"description": "CL Utility to execute command against glob",
"main": "bin/cmd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"exec-glob": "bin/cmd.js"
},
"author": "Ben Sammons",
"license": "MIT",
"dependencies": {
"glob": "^5.0.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Sammons/exec-glob.git"
},
"keywords": [
"exec",
"npm",
"glob"
],
"bugs": {
"url": "https://github.com/Sammons/exec-glob/issues"
},
"homepage": "https://github.com/Sammons/exec-glob"
}