You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
601 B
28 lines
601 B
{ |
|
"author": "Jamison Dance <jergason@gmail.com> (http://jamisondance.com/)", |
|
"name": "recursive-readdir", |
|
"description": "Get an array of all files in a directory and subdirectories.", |
|
"license": "MIT", |
|
"version": "2.2.2", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/jergason/recursive-readdir.git" |
|
}, |
|
"main": "./index.js", |
|
"scripts": { |
|
"test": "mocha test/" |
|
}, |
|
"keywords": [ |
|
"directory", |
|
"lister" |
|
], |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"dependencies": { |
|
"minimatch": "3.0.4" |
|
}, |
|
"devDependencies": { |
|
"mocha": "1.14.0" |
|
} |
|
}
|
|
|