34 lines
603 B
JSON
34 lines
603 B
JSON
|
{
|
||
|
"name": "glob-all",
|
||
|
"version": "3.2.1",
|
||
|
"description": "Provide multiple patterns to node-glob",
|
||
|
"main": "glob-all.js",
|
||
|
"bin": {
|
||
|
"glob-all": "./bin/glob-all"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test/test.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/jpillora/node-glob-all.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"glob": "^7.1.2",
|
||
|
"yargs": "^15.3.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tape": "^4.9.0"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"glob",
|
||
|
"multi",
|
||
|
"all",
|
||
|
"manifest",
|
||
|
"generation",
|
||
|
"file"
|
||
|
],
|
||
|
"author": "Jaime Pillora",
|
||
|
"license": "MIT"
|
||
|
}
|