31 lines
575 B
JSON
31 lines
575 B
JSON
{
|
|
"name": "findit2",
|
|
"version": "2.2.3",
|
|
"description": "walk a directory tree recursively with events",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"tap": "~0.4.13",
|
|
"mkdirp": "~0.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/andrewrk/node-findit.git"
|
|
},
|
|
"keywords": [
|
|
"find",
|
|
"walk",
|
|
"directory",
|
|
"recursive",
|
|
"tree",
|
|
"traversal"
|
|
],
|
|
"author": "Andrew Kelley <superjoe30@gmail.com>",
|
|
"engines": {
|
|
"node": ">=0.8.22"
|
|
},
|
|
"license": "MIT"
|
|
}
|