-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "walkitout",
"version": "1.4.0",
"description": "Run a callback, asynchronously, on all filepaths in a directory tree",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"istanbul": "^0.4.5"
},
"scripts": {
"test": "istanbul cover --hook-run-in-context test",
"postversion": "git push && git push --tags",
"preversion": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecman/walkitout.git"
},
"keywords": [
"walk",
"directory",
"recursive",
"walk",
"tree",
"async",
"asynchronous",
"callback",
"recursive",
"directory",
"list",
"files",
"files",
"ecman"
],
"author": "ecman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecman/walkitout/issues"
},
"homepage": "https://github.com/ecman/walkitout#readme",
"engines": {
"node": ">=0.10.48"
}
}