-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
40 lines (40 loc) · 896 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
{
"name": "rsyncwrapper",
"version": "3.1.0",
"description": "An async wrapper to the rsync command line utility for Node.js.",
"main": "lib/rsyncwrapper",
"types": "lib/rsyncwrapper.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/jedrichards/rsyncwrapper.git"
},
"homepage": "https://github.com/jedrichards/rsyncwrapper",
"bugs": "https://github.com/jedrichards/rsyncwrapper/issues",
"scripts": {
"test": "jest --env=node",
"release": "np"
},
"dependencies": {},
"devDependencies": {
"jest": "23.4.2",
"np": "3.0.4"
},
"keywords": [
"rsync",
"command line utility wrapper",
"async",
"syncing",
"copying",
"file manipulation",
"remote",
"ssh"
],
"author": {
"name": "Jed Richards",
"email": "[email protected]"
},
"license": "MIT",
"engines": {
"node": ">=8.1.3"
}
}