-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 834 Bytes
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
{
"name": "extendfs",
"version": "2.0.3",
"description": "ExtendFS is a module to extend Node's default File System (fs) module to recursively copy/delete directories with callbacks to notify the caller upon each successful copy/delete of a file or directory and upon completion of the whole process.",
"author": "Amgad Youssef <ay@amgad.us>",
"contributors": [],
"main": "ExtendFS.js",
"repository": {
"type": "git",
"url": "https://github.com/4mgad/ExtendFS.git"
},
"bugs": {
"url": "https://github.com/4mgad/ExtendFS/issues"
},
"keywords": [
"fs",
"file system",
"directory",
"file",
"copy",
"delete",
"util",
"utility"
],
"dependencies": {},
"engines": {
"node": ">=0.6"
},
"preferGlobal": true,
"scripts": {
"test": "node tests/test.js"
}
}