forked from jpillora/grunt-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 909 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
39
40
41
42
43
44
45
{
"name": "grunt-aws",
"description": "A Grunt interface into the Amazon Node.JS SDK",
"version": "0.7.1",
"homepage": "https://github.com/jpillora/grunt-aws",
"author": {
"name": "Jaime Pillora",
"email": "dev@jpillora.com",
"url": "http://jpillora.com"
},
"maintainers": [
"dev@jpillora.com",
"b.j.rossiter@gmail.com"
],
"repository": {
"type": "git",
"url": "https://github.com/jpillora/grunt-aws"
},
"bugs": {
"url": "https://github.com/jpillora/grunt-aws/issues"
},
"licenses": "MIT",
"main": "tasks/aws.js",
"peerDependencies": {
"grunt": "^1.4.0"
},
"keywords": [
"gruntplugin",
"deploy",
"amazon",
"aws",
"s3",
"cloudfront",
"cache",
"caching",
"gzip",
"compress"
],
"dependencies": {
"async": "~0.2.9",
"aws-sdk": "^2.1.50",
"lodash": "^4.17.11",
"mime": "^1.6.0"
}
}