-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
94 lines (94 loc) · 2.83 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "grunt-ssh",
"description": "SSH and SFTP tasks for Grunt",
"version": "0.12.9",
"homepage": "https://github.com/israelroldan/grunt-ssh",
"author": {
"name": "Andrew Jones",
"email": "[email protected]",
"url": "http://andrew-jones.com"
},
"repository": {
"type": "git",
"url": "git://github.com/israelroldan/grunt-ssh.git"
},
"bugs": {
"url": "https://github.com/israelroldan/grunt-ssh/issues"
},
"license": "MIT",
"main": "grunt.js",
"engines": {
"node": ">= 0.8.7"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"ssh2": "~0.4.6",
"async": ">=1.0.0",
"progress": "~1.1.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-bump": "~0.0.2",
"nodeunit": "~0.7.4",
"grunt-contrib-nodeunit": "~0.2.2",
"sinon": "~1.6.0",
"grunt-beautify": "git+https://github.com/terryweiss/grunt-beautify.git#FixForGrunt040",
"grunt-npm": "0.0.2"
},
"peerDependencies": {
"grunt": ">=0.4.1"
},
"keywords": [
"gruntplugin",
"ssh",
"scp",
"sftp",
"remote",
"exec",
"rexec"
],
"contributors": [
"Andrew Jones <[email protected]>",
"Andrew Jones <[email protected]>",
"Charlie Rosenbury <[email protected]>",
"Marcin Szczepanski <[email protected]>",
"andrewrjones <[email protected]>",
"David J. Bradshaw <[email protected]>",
"John Wright <[email protected]>",
"John Wright <[email protected]>",
"MFR <[email protected]>",
"rysi3k <[email protected]>",
"xescuGC <[email protected]>",
"Mark Stosberg <[email protected]>",
"Andrew Stewart <[email protected]>",
"sheo13666 <[email protected]>",
"Anders Johnson <[email protected]>",
"Robert Price <[email protected]>",
"Yannis Sgarra <[email protected]>",
"fayebear <[email protected]>",
"harriha <[email protected]>",
"jabes <[email protected]>",
"owenmead <[email protected]>",
"Jason Williams <[email protected]>",
"Alexandre Richonnier <[email protected]>",
"Andy Royle <[email protected]>",
"Andy Shinn <[email protected]>",
"Bernd Matzner <[email protected]>",
"Brian White <[email protected]>",
"Caleb Tomlinson <[email protected]>",
"Christoph Krautz <[email protected]>",
"Evan Stoner <[email protected]>",
"Franco Luciano Aguilera <[email protected]>",
"Fredrik Boström <[email protected]>",
"James Wyse <[email protected]>",
"Alexander Afanasiev <[email protected]>",
"Justin Kulesza <[email protected]>",
"Michael Lam <[email protected]>",
"Niels van Aken <[email protected]>",
"Uri Chandler <[email protected]>"
]
}