@infinito/get-files
Version:
Recursively get all files of a certain type in a directory
37 lines (36 loc) • 857 B
JSON
{
"name": "@infinito/get-files",
"version": "1.0.5",
"description": "Recursively get all files of a certain type in a directory",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "babel src --out-dir lib",
"test": "mocha --require @babel/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infinitis/get-files.git"
},
"author": "Alex Joss",
"license": "MIT",
"bugs": {
"url": "https://github.com/infinitis/get-files/issues"
},
"homepage": "https://github.com/infinitis/get-files#readme",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"mocha": "^5.2.0"
},
"babel": {
"presets": [
"@babel/env"
]
},
"dependencies": {}
}