forked from bevacqua/grunt-ec2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 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
{
"name": "grunt-ec2",
"description": "Grunt tasks to create, terminate, and deploy to AWS EC2 instances",
"homepage": "https://github.com/bevacqua/grunt-ec2",
"author": {
"name": "Nicolas Bevacqua",
"email": "ng@bevacqua.io",
"url": "http://bevacqua.io"
},
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/grunt-ec2.git"
},
"version": "0.7.2",
"licenses": "MIT",
"keywords": [
"gruntplugin",
"aws",
"ec2",
"deploy",
"release",
"rsync",
"ssh",
"nginx"
],
"engines": {
"node": "0.10.18",
"npm": "1.2.x"
},
"dependencies": {
"async": "~0.2.9",
"aws-sdk": "~2.0.0-rc5",
"chalk": "~0.4.0",
"fs-extra": "~0.8.1",
"grunt": "~0.4.1",
"lodash": "~2.4.1",
"mkdirp": "~0.3.5",
"moment": "~2.5.0",
"mustache": "~0.8.1",
"ssh2": "~0.2.15"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.2.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}