forked from byteclubfr/node-sync-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 847 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
{
"name": "sync-files",
"version": "1.0.3",
"description": "Synchronize files or folders locally, with a watch option",
"main": "index.js",
"scripts": {},
"bin": {
"sync-files": "bin/sync-files.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lmtm/node-sync-files.git"
},
"keywords": [
"rsync",
"copy",
"cp",
"cpw",
"copyw",
"catw",
"folder",
"directory",
"file"
],
"author": "Nicolas Chambrier <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmtm/node-sync-files/issues"
},
"homepage": "https://github.com/lmtm/node-sync-files",
"dependencies": {
"chalk": "^0.5.1",
"chokidar": "^1.0.0-rc3",
"fs-extra": "^0.16.3",
"lodash": "^3.1.0",
"minimist": "^1.1.0",
"update-notifier": "^0.3.0"
}
}