forked from finebraincom/grunt-scp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 843 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 843 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
35
36
37
{
"name": "@kyleramirez/grunt-scp",
"description": "Copy files to remote server",
"version": "1.0.0",
"homepage": "https://github.com/kyleramirez/grunt-scp",
"author": "@kyletramirez",
"repository": {
"type": "git",
"url": "git://github.com/kyleramirez/grunt-scp.git"
},
"bugs": {
"url": "https://github.com/kyleramirez/grunt-scp/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/spmjs/grunt-scp/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.6"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "~0.2.6",
"scp2": "~0.1.4",
"inquirer": "~0.3.5"
},
"devDependencies": {
"grunt": "1.x.x",
"grunt-contrib-jshint": "1.x.x",
"grunt-contrib-clean": "1.x.x",
"grunt-contrib-nodeunit": "1.x.x"
}
}