forked from jerrysu/gulp-rsync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 834 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
{
"name": "gulp-rsync",
"version": "0.0.8",
"description": "Rsync tasks for deploying gulp file structures",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/jerrysu/gulp-rsync.git"
},
"keywords": [
"gulpplugin",
"rsync",
"ssh",
"deploy",
"deployment"
],
"author": "Jerry Su <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jerrysu/gulp-rsync/issues"
},
"homepage": "https://github.com/jerrysu/gulp-rsync",
"dependencies": {
"better-assert": "^1.0.1",
"fancy-log": "^1.3.3",
"lodash.every": "^2.4.1",
"lodash.isstring": "^2.4.1",
"plugin-error": "^1.0.1",
"through2": "^0.6.1"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4"
}
}