forked from inossidabile/grunt-ftpush
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 733 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 733 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
34
{
"name": "grunt-ftpush",
"description": "Incrementally deploy data over the FTP protocol",
"version": "0.3.3",
"homepage": "https://github.com/inossidabile/grunt-ftpush",
"author": {
"name": "Boris Staal",
"email": "boris@staal.io"
},
"repository": {
"type": "git",
"url": "git://github.com/inossidabile/grunt-ftpush.git"
},
"bugs": {
"url": "https://github.com/inossidabile/grunt-ftpush/issues"
},
"engines": {
"node": "*"
},
"dependencies": {
"jsftp": "~0.6.0",
"sugar": "~1.3.8",
"async": "~0.2.9",
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-release": "~0.6.0"
}
}