UNPKG

594 BJSONView Raw
1{
2 "name": "findit",
3 "version": "2.0.0",
4 "description": "walk a directory tree recursively with events",
5 "main": "index.js",
6 "devDependencies": {
7 "tap": "~0.4.4",
8 "mkdirp": "~0.3.5"
9 },
10 "scripts": {
11 "test": "tap test/*.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "http://github.com/substack/node-findit.git"
16 },
17 "keywords": [
18 "find",
19 "walk",
20 "directory",
21 "recursive",
22 "tree",
23 "traversal"
24 ],
25 "author": {
26 "name": "James Halliday",
27 "email": "mail@substack.net",
28 "url": "http://substack.net"
29 },
30 "license": "MIT"
31}